Struct vips_sys::_VipsThreadState [−][src]
#[repr(C)]pub struct _VipsThreadState { pub parent_object: VipsObject, pub im: *mut VipsImage, pub reg: *mut VipsRegion, pub pos: VipsRect, pub x: c_int, pub y: c_int, pub stop: gboolean, pub a: *mut c_void, pub stall: gboolean, }
Fields
parent_object: VipsObject
im: *mut VipsImage
reg: *mut VipsRegion
pos: VipsRect
x: c_int
y: c_int
stop: gboolean
a: *mut c_void
stall: gboolean
Trait Implementations
impl Debug for _VipsThreadState
[src]
impl Debug for _VipsThreadState
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 _VipsThreadState
[src]
impl Copy for _VipsThreadState
impl Clone for _VipsThreadState
[src]
impl Clone for _VipsThreadState
fn clone(&self) -> _VipsThreadState
[src]
fn clone(&self) -> _VipsThreadState
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 _VipsThreadState
impl !Send for _VipsThreadState
impl !Sync for _VipsThreadState
impl !Sync for _VipsThreadState