pub struct RwClump {
pub atomic_count: u32,
pub light_count: Option<u32>,
pub camera_count: Option<u32>,
}
Fields§
§atomic_count: u32
§light_count: Option<u32>
§camera_count: Option<u32>
Trait Implementations§
impl Copy for RwClump
impl StructuralPartialEq for RwClump
Auto Trait Implementations§
impl Freeze for RwClump
impl RefUnwindSafe for RwClump
impl Send for RwClump
impl Sync for RwClump
impl Unpin for RwClump
impl UnwindSafe for RwClump
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