#[repr(C)]pub struct _VipsRegion {
pub parent_object: VipsObject,
pub im: *mut VipsImage,
pub valid: VipsRect,
pub type_: RegionType,
pub data: *mut VipsPel,
pub bpl: c_int,
pub seq: *mut c_void,
pub thread: *mut GThread,
pub window: *mut VipsWindow,
pub buffer: *mut VipsBuffer,
pub invalid: gboolean,
}
Fields§
§parent_object: VipsObject
§im: *mut VipsImage
§valid: VipsRect
§type_: RegionType
§data: *mut VipsPel
§bpl: c_int
§seq: *mut c_void
§thread: *mut GThread
§window: *mut VipsWindow
§buffer: *mut VipsBuffer
§invalid: gboolean
Trait Implementations§
Source§impl Clone for _VipsRegion
impl Clone for _VipsRegion
Source§fn clone(&self) -> _VipsRegion
fn clone(&self) -> _VipsRegion
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 _VipsRegion
impl Debug for _VipsRegion
Source§impl PartialEq for _VipsRegion
impl PartialEq for _VipsRegion
impl Copy for _VipsRegion
impl Eq for _VipsRegion
impl StructuralPartialEq for _VipsRegion
Auto Trait Implementations§
impl Freeze for _VipsRegion
impl RefUnwindSafe for _VipsRegion
impl !Send for _VipsRegion
impl !Sync for _VipsRegion
impl Unpin for _VipsRegion
impl UnwindSafe for _VipsRegion
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