#[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: gbooleanTrait Implementations§
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