struct MaskRepr {
data: Vec<u8>,
width: u16,
height: u16,
}Fields§
§data: Vec<u8>§width: u16§height: u16Trait Implementations§
impl Eq for MaskRepr
impl StructuralPartialEq for MaskRepr
Auto Trait Implementations§
impl Freeze for MaskRepr
impl RefUnwindSafe for MaskRepr
impl Send for MaskRepr
impl Sync for MaskRepr
impl Unpin for MaskRepr
impl UnsafeUnpin for MaskRepr
impl UnwindSafe for MaskRepr
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