Struct naga::front::atomic_upgrade::Upgrades
source · pub struct Upgrades { /* private fields */ }
Implementations§
source§impl Upgrades
impl Upgrades
pub fn insert_global(&mut self, global: Handle<GlobalVariable>)
pub fn insert_field(&mut self, struct_type: Handle<Type>, field: usize)
pub fn is_empty(&self) -> bool
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Upgrades
impl Send for Upgrades
impl Sync for Upgrades
impl Unpin for Upgrades
impl UnwindSafe for Upgrades
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more