#[repr(C)]pub struct nspire_image {
pub width: u16,
pub height: u16,
pub bbp: u8,
pub data: __IncompleteArrayField<c_uchar>,
}Fields§
§width: u16§height: u16§bbp: u8§data: __IncompleteArrayField<c_uchar>Trait Implementations§
Auto Trait Implementations§
impl Freeze for nspire_image
impl RefUnwindSafe for nspire_image
impl Send for nspire_image
impl Sync for nspire_image
impl Unpin for nspire_image
impl UnwindSafe for nspire_image
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