#[repr(C)]pub struct _VipsBufferCache {
pub buffers: *mut GSList,
pub thread: *mut GThread,
pub im: *mut _VipsImage,
pub buffer_thread: *mut VipsBufferThread,
pub reserve: *mut GSList,
pub n_reserve: c_int,
}Fields§
§buffers: *mut GSList§thread: *mut GThread§im: *mut _VipsImage§buffer_thread: *mut VipsBufferThread§reserve: *mut GSList§n_reserve: c_intTrait Implementations§
Source§impl Clone for _VipsBufferCache
impl Clone for _VipsBufferCache
Source§fn clone(&self) -> _VipsBufferCache
fn clone(&self) -> _VipsBufferCache
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 _VipsBufferCache
impl Debug for _VipsBufferCache
Source§impl PartialEq for _VipsBufferCache
impl PartialEq for _VipsBufferCache
Source§fn eq(&self, other: &_VipsBufferCache) -> bool
fn eq(&self, other: &_VipsBufferCache) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for _VipsBufferCache
impl Eq for _VipsBufferCache
impl StructuralPartialEq for _VipsBufferCache
Auto Trait Implementations§
impl Freeze for _VipsBufferCache
impl RefUnwindSafe for _VipsBufferCache
impl !Send for _VipsBufferCache
impl !Sync for _VipsBufferCache
impl Unpin for _VipsBufferCache
impl UnsafeUnpin for _VipsBufferCache
impl UnwindSafe for _VipsBufferCache
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