#[repr(C)]pub struct _VipsFormat {
pub parent_object: VipsObject,
}Fields§
§parent_object: VipsObjectTrait Implementations§
Auto Trait Implementations§
impl Freeze for _VipsFormat
impl RefUnwindSafe for _VipsFormat
impl !Send for _VipsFormat
impl !Sync for _VipsFormat
impl Unpin for _VipsFormat
impl UnwindSafe for _VipsFormat
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