Type Alias VipsSbuf
Source pub type VipsSbuf = _VipsSbuf;
#[repr(C)]
pub struct VipsSbuf {
pub parent_object: _VipsObject,
pub source: *mut _VipsSource,
pub input_buffer: [u8; 4097],
pub chars_in_buffer: i32,
pub read_point: i32,
pub line: [u8; 4097],
}
Trait Implementations
Performs copy-assignment from
source
.
Read more
Formats the value using the given formatter.
Read more
Tests for self
and other
values to be equal, and is used by ==
.
Tests for !=
. The default implementation is almost always sufficient,
and should not be overridden without very good reason.