pub struct ComponentBitmap { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ComponentBitmap
impl RefUnwindSafe for ComponentBitmap
impl Send for ComponentBitmap
impl Sync for ComponentBitmap
impl Unpin for ComponentBitmap
impl UnsafeUnpin for ComponentBitmap
impl UnwindSafe for ComponentBitmap
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