#[repr(C)]pub struct _VipsSbuf {
pub parent_object: VipsObject,
pub source: *mut VipsSource,
pub input_buffer: [c_uchar; 4097],
pub chars_in_buffer: c_int,
pub read_point: c_int,
pub line: [c_uchar; 4097],
}
Fields§
§parent_object: VipsObject
§source: *mut VipsSource
§input_buffer: [c_uchar; 4097]
§chars_in_buffer: c_int
§read_point: c_int
§line: [c_uchar; 4097]
Trait Implementations§
impl Copy for _VipsSbuf
impl Eq for _VipsSbuf
impl StructuralPartialEq for _VipsSbuf
Auto Trait Implementations§
impl Freeze for _VipsSbuf
impl RefUnwindSafe for _VipsSbuf
impl !Send for _VipsSbuf
impl !Sync for _VipsSbuf
impl Unpin for _VipsSbuf
impl UnwindSafe for _VipsSbuf
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