#[repr(C)]pub struct _VipsDbuf {
pub data: *mut c_uchar,
pub allocated_size: usize,
pub data_size: usize,
pub write_point: usize,
}Fields§
§data: *mut c_uchar§allocated_size: usize§data_size: usize§write_point: usizeTrait Implementations§
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