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]

Formats the value using the given formatter. Read more

impl Copy for IMAGE_BOX
[src]

impl Clone for IMAGE_BOX
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for IMAGE_BOX

impl Sync for IMAGE_BOX