#[repr(C)]pub struct _VipsBlob {
pub area: VipsArea,
}
Fields§
§area: VipsArea
Trait Implementations§
impl Copy for _VipsBlob
impl Eq for _VipsBlob
impl StructuralPartialEq for _VipsBlob
Auto Trait Implementations§
impl Freeze for _VipsBlob
impl RefUnwindSafe for _VipsBlob
impl !Send for _VipsBlob
impl !Sync for _VipsBlob
impl Unpin for _VipsBlob
impl UnwindSafe for _VipsBlob
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