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

Trait Implementations

impl Debug for _VipsRect
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for _VipsRect
[src]

impl Clone for _VipsRect
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more