Struct wfc_rs::WfcImageRaw
source · [−]#[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 i8component_cnt: c_intwidth: c_intheight: c_intAuto Trait Implementations
impl RefUnwindSafe for WfcImageRaw
impl !Send for WfcImageRaw
impl !Sync for WfcImageRaw
impl Unpin for WfcImageRaw
impl UnwindSafe for WfcImageRaw
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more