#[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 for _VipsTarget
impl PartialEq for _VipsTarget
impl Copy for _VipsTarget
impl Eq for _VipsTarget
impl StructuralPartialEq for _VipsTarget
Auto Trait Implementations§
impl Freeze for _VipsTarget
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