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]
impl Debug for VipsWindow
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Copy for VipsWindow
[src]
impl Copy for VipsWindow
impl Clone for VipsWindow
[src]
impl Clone for VipsWindow
fn clone(&self) -> VipsWindow
[src]
fn clone(&self) -> VipsWindow
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
Auto Trait Implementations
impl !Send for VipsWindow
impl !Send for VipsWindow
impl !Sync for VipsWindow
impl !Sync for VipsWindow