Struct libvips_rs::bindings::_VipsThreadState
source · #[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§
source§impl Clone for _VipsThreadState
impl Clone for _VipsThreadState
source§fn clone(&self) -> _VipsThreadState
fn clone(&self) -> _VipsThreadState
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for _VipsThreadState
impl Debug for _VipsThreadState
source§impl PartialEq<_VipsThreadState> for _VipsThreadState
impl PartialEq<_VipsThreadState> for _VipsThreadState
source§fn eq(&self, other: &_VipsThreadState) -> bool
fn eq(&self, other: &_VipsThreadState) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for _VipsThreadState
impl Eq for _VipsThreadState
impl StructuralEq for _VipsThreadState
impl StructuralPartialEq for _VipsThreadState
Auto Trait Implementations§
impl RefUnwindSafe for _VipsThreadState
impl !Send for _VipsThreadState
impl !Sync for _VipsThreadState
impl Unpin for _VipsThreadState
impl UnwindSafe for _VipsThreadState
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more