pub struct Bitmap {
pub number_of_unused_bits_at_end_of_section3: u8,
pub table_reference: u16,
pub bmp: Vec<u8>,
}
Expand description
Bit-map section
Fields§
§number_of_unused_bits_at_end_of_section3: u8
§table_reference: u16
§bmp: Vec<u8>
Trait Implementations§
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