Struct vips_sys::_VipsRect [−][src]
#[repr(C)]pub struct _VipsRect { pub left: c_int, pub top: c_int, pub width: c_int, pub height: c_int, }
Fields
left: c_int
top: c_int
width: c_int
height: c_int
Trait Implementations
impl Debug for _VipsRect
[src]
impl Debug for _VipsRect
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 _VipsRect
[src]
impl Copy for _VipsRect
impl Clone for _VipsRect
[src]
impl Clone for _VipsRect