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