#[repr(C)]pub struct _VipsDbuf {
pub data: *mut c_uchar,
pub allocated_size: size_t,
pub data_size: size_t,
pub write_point: size_t,
}
Fields§
§data: *mut c_uchar
§allocated_size: size_t
§data_size: size_t
§write_point: size_t
Trait Implementations§
impl Copy for _VipsDbuf
impl Eq for _VipsDbuf
impl StructuralPartialEq for _VipsDbuf
Auto Trait Implementations§
impl Freeze for _VipsDbuf
impl RefUnwindSafe for _VipsDbuf
impl !Send for _VipsDbuf
impl !Sync for _VipsDbuf
impl Unpin for _VipsDbuf
impl UnwindSafe for _VipsDbuf
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