#[repr(C)]pub struct _VipsBuffer {
pub ref_count: c_int,
pub im: *mut _VipsImage,
pub area: VipsRect,
pub done: gboolean,
pub cache: *mut VipsBufferCache,
pub buf: *mut VipsPel,
pub bsize: size_t,
}Fields§
§ref_count: c_int§im: *mut _VipsImage§area: VipsRect§done: gboolean§cache: *mut VipsBufferCache§buf: *mut VipsPel§bsize: size_tTrait Implementations§
Auto Trait Implementations§
impl Freeze for _VipsBuffer
impl RefUnwindSafe for _VipsBuffer
impl !Send for _VipsBuffer
impl !Sync for _VipsBuffer
impl Unpin for _VipsBuffer
impl UnwindSafe for _VipsBuffer
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