Struct vips_sys::VipsWindow
[−]
[src]
#[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: usize, }
Fields
ref_count: c_int
im: *mut _VipsImage
top: c_int
height: c_int
data: *mut VipsPel
baseaddr: *mut c_void
length: usize
Trait Implementations
impl Debug for VipsWindow
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Copy for VipsWindow
[src]
impl Clone for VipsWindow
[src]
fn clone(&self) -> VipsWindow
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more