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]
impl Debug for _VipsObject
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Copy for _VipsObject
[src]
impl Copy for _VipsObject
impl Clone for _VipsObject
[src]
impl Clone for _VipsObject
fn clone(&self) -> _VipsObject
[src]
fn clone(&self) -> _VipsObject
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
Auto Trait Implementations
impl !Send for _VipsObject
impl !Send for _VipsObject
impl !Sync for _VipsObject
impl !Sync for _VipsObject