pub struct BitMap {
pub bitmap_indicator: u8,
}
Fields§
§bitmap_indicator: u8
Bit-map indicator
Trait Implementations§
source§impl PartialEq for BitMap
impl PartialEq for BitMap
impl Eq for BitMap
impl StructuralPartialEq for BitMap
Auto Trait Implementations§
impl Freeze for BitMap
impl RefUnwindSafe for BitMap
impl Send for BitMap
impl Sync for BitMap
impl Unpin for BitMap
impl UnwindSafe for BitMap
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)