#[repr(C)]pub struct VipsWindow {
pub ref_count: c_int,
pub im: *mut _VipsImage,
pub top: c_int,
pub height: c_int,
pub data: *mut VipsPel,
pub baseaddr: *mut c_void,
pub length: size_t,
}Fields§
§ref_count: c_int§im: *mut _VipsImage§top: c_int§height: c_int§data: *mut VipsPel§baseaddr: *mut c_void§length: size_tTrait Implementations§
Auto Trait Implementations§
impl Freeze for VipsWindow
impl RefUnwindSafe for VipsWindow
impl !Send for VipsWindow
impl !Sync for VipsWindow
impl Unpin for VipsWindow
impl UnwindSafe for VipsWindow
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