Struct libvips_rs::bindings::_VipsBufferCache
source · #[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_int
Trait Implementations§
source§impl Clone for _VipsBufferCache
impl Clone for _VipsBufferCache
source§fn clone(&self) -> _VipsBufferCache
fn clone(&self) -> _VipsBufferCache
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 _VipsBufferCache
impl Debug for _VipsBufferCache
source§impl PartialEq<_VipsBufferCache> for _VipsBufferCache
impl PartialEq<_VipsBufferCache> for _VipsBufferCache
source§fn eq(&self, other: &_VipsBufferCache) -> bool
fn eq(&self, other: &_VipsBufferCache) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for _VipsBufferCache
impl Eq for _VipsBufferCache
impl StructuralEq for _VipsBufferCache
impl StructuralPartialEq for _VipsBufferCache
Auto Trait Implementations§
impl RefUnwindSafe for _VipsBufferCache
impl !Send for _VipsBufferCache
impl !Sync for _VipsBufferCache
impl Unpin 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