#[repr(C)]pub struct WfcImageRaw {
pub data: *mut i8,
pub component_cnt: c_int,
pub width: c_int,
pub height: c_int,
}Fields§
§data: *mut i8§component_cnt: c_int§width: c_int§height: c_intAuto Trait Implementations§
impl Freeze for WfcImageRaw
impl RefUnwindSafe for WfcImageRaw
impl !Send for WfcImageRaw
impl !Sync for WfcImageRaw
impl Unpin for WfcImageRaw
impl UnwindSafe for WfcImageRaw
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