pub struct RwAtomic {
pub frame_index: u32,
pub geometry_index: u32,
pub flags: u32,
}
Fields§
§frame_index: u32
§geometry_index: u32
§flags: u32
Trait Implementations§
impl Copy for RwAtomic
impl Eq for RwAtomic
impl StructuralPartialEq for RwAtomic
Auto Trait Implementations§
impl Freeze for RwAtomic
impl RefUnwindSafe for RwAtomic
impl Send for RwAtomic
impl Sync for RwAtomic
impl Unpin for RwAtomic
impl UnwindSafe for RwAtomic
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