Struct vips_sys::IMAGE_BOX [] [src]

#[repr(C)]
pub struct IMAGE_BOX { pub xstart: c_int, pub ystart: c_int, pub xsize: c_int, pub ysize: c_int, pub chsel: c_int, }

Fields

Trait Implementations

impl Debug for IMAGE_BOX
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for IMAGE_BOX
[src]

impl Clone for IMAGE_BOX
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more