#[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 for _VipsThreadState
impl PartialEq for _VipsThreadState
impl Copy for _VipsThreadState
impl Eq for _VipsThreadState
impl StructuralPartialEq for _VipsThreadState
Auto Trait Implementations§
impl Freeze for _VipsThreadState
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