pub struct XBitMap;
Implementations§
Auto Trait Implementations§
impl Freeze for XBitMap
impl RefUnwindSafe for XBitMap
impl Send for XBitMap
impl Sync for XBitMap
impl Unpin for XBitMap
impl UnwindSafe for XBitMap
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