Struct vips_sys::im_doublevec_object
[−]
[src]
#[repr(C)]pub struct im_doublevec_object { pub n: c_int, pub vec: *mut f64, }
Fields
n: c_int
vec: *mut f64
Trait Implementations
impl Debug for im_doublevec_object
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Copy for im_doublevec_object
[src]
impl Clone for im_doublevec_object
[src]
fn clone(&self) -> im_doublevec_object
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more