pub struct Bitplane {
pub data: Vec<u8>,
pub is_raw: bool,
}Fields§
§data: Vec<u8>§is_raw: boolImplementations§
Auto Trait Implementations§
impl Freeze for Bitplane
impl RefUnwindSafe for Bitplane
impl Send for Bitplane
impl Sync for Bitplane
impl Unpin for Bitplane
impl UnwindSafe for Bitplane
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