Struct vips_sys::_VipsObject[][src]

#[repr(C)]
pub struct _VipsObject { pub parent_instance: GObject, pub constructed: gboolean, pub static_object: gboolean, pub argument_table: *mut VipsArgumentTable, pub nickname: *mut c_char, pub description: *mut c_char, pub preclose: gboolean, pub close: gboolean, pub postclose: gboolean, pub local_memory: usize, }

Fields

Trait Implementations

impl Debug for _VipsObject
[src]

Formats the value using the given formatter. Read more

impl Copy for _VipsObject
[src]

impl Clone for _VipsObject
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for _VipsObject

impl !Sync for _VipsObject