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
parent_instance: GObject
constructed: gboolean
static_object: gboolean
argument_table: *mut VipsArgumentTable
nickname: *mut c_char
description: *mut c_char
preclose: gboolean
close: gboolean
postclose: gboolean
local_memory: usize
Trait Implementations
impl Debug for _VipsObject
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Copy for _VipsObject
[src]
impl Clone for _VipsObject
[src]
fn clone(&self) -> _VipsObject
[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