#[repr(C)]pub struct IZ_Image {
pub m_width: c_int,
pub m_height: c_int,
pub m_spl: isize,
pub m_data: *mut c_uchar,
}Fields§
§m_width: c_int§m_height: c_int§m_spl: isize§m_data: *mut c_ucharTrait Implementations§
Auto Trait Implementations§
impl Freeze for IZ_Image
impl RefUnwindSafe for IZ_Image
impl !Send for IZ_Image
impl !Sync for IZ_Image
impl Unpin for IZ_Image
impl UnsafeUnpin for IZ_Image
impl UnwindSafe for IZ_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