#[repr(C)]pub struct ExplicitBitVect { /* private fields */ }
Trait Implementations§
source§impl ExternType for ExplicitBitVect
impl ExternType for ExplicitBitVect
Auto Trait Implementations§
impl Freeze for ExplicitBitVect
impl RefUnwindSafe for ExplicitBitVect
impl !Send for ExplicitBitVect
impl !Sync for ExplicitBitVect
impl !Unpin for ExplicitBitVect
impl UnwindSafe for ExplicitBitVect
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