pub enum BitsetInit {
Empty(usize),
Full(usize),
}Expand description
Initial content of a Bitset of the given capacity.
Variants§
Auto Trait Implementations§
impl Freeze for BitsetInit
impl RefUnwindSafe for BitsetInit
impl Send for BitsetInit
impl Sync for BitsetInit
impl Unpin for BitsetInit
impl UnsafeUnpin for BitsetInit
impl UnwindSafe for BitsetInit
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