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]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more