#[repr(C)]pub struct BSBitField<A = BSBitFieldHeapAllocator> { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl<A: Debug> Debug for BSBitField<A>
impl<A: Debug> Debug for BSBitField<A>
Source§impl<A: Default> Default for BSBitField<A>
impl<A: Default> Default for BSBitField<A>
Source§fn default() -> BSBitField<A>
fn default() -> BSBitField<A>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<A> Freeze for BSBitField<A>
impl<A> RefUnwindSafe for BSBitField<A>where
A: RefUnwindSafe,
impl<A = BSBitFieldHeapAllocator> !Send for BSBitField<A>
impl<A = BSBitFieldHeapAllocator> !Sync for BSBitField<A>
impl<A> Unpin for BSBitField<A>where
A: Unpin,
impl<A> UnwindSafe for BSBitField<A>where
A: UnwindSafe,
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