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

Trait Implementations

impl Debug for VipsWindow
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for VipsWindow
[src]

impl Clone for VipsWindow
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more