Struct libvips_rs::bindings::_VipsTarget
source · #[repr(C)]pub struct _VipsTarget {
pub parent_object: VipsConnection,
pub memory: gboolean,
pub ended: gboolean,
pub memory_buffer: *mut GString,
pub blob: *mut VipsBlob,
pub output_buffer: [c_uchar; 8500],
pub write_point: c_int,
pub position: off_t,
pub delete_on_close: gboolean,
pub delete_on_close_filename: *mut c_char,
}
Fields§
§parent_object: VipsConnection
§memory: gboolean
§ended: gboolean
§memory_buffer: *mut GString
§blob: *mut VipsBlob
§output_buffer: [c_uchar; 8500]
§write_point: c_int
§position: off_t
§delete_on_close: gboolean
§delete_on_close_filename: *mut c_char
Trait Implementations§
source§impl Clone for _VipsTarget
impl Clone for _VipsTarget
source§fn clone(&self) -> _VipsTarget
fn clone(&self) -> _VipsTarget
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 _VipsTarget
impl Debug for _VipsTarget
source§impl PartialEq<_VipsTarget> for _VipsTarget
impl PartialEq<_VipsTarget> for _VipsTarget
source§fn eq(&self, other: &_VipsTarget) -> bool
fn eq(&self, other: &_VipsTarget) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for _VipsTarget
impl Eq for _VipsTarget
impl StructuralEq for _VipsTarget
impl StructuralPartialEq for _VipsTarget
Auto Trait Implementations§
impl RefUnwindSafe for _VipsTarget
impl !Send for _VipsTarget
impl !Sync for _VipsTarget
impl Unpin for _VipsTarget
impl UnwindSafe for _VipsTarget
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