#[repr(C)]pub struct _VipsFormat {
pub parent_object: VipsObject,
}
Fields§
§parent_object: VipsObject
Trait Implementations§
Source§impl Clone for _VipsFormat
impl Clone for _VipsFormat
Source§fn clone(&self) -> _VipsFormat
fn clone(&self) -> _VipsFormat
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for _VipsFormat
impl Debug for _VipsFormat
Source§impl PartialEq for _VipsFormat
impl PartialEq for _VipsFormat
impl Copy for _VipsFormat
impl Eq for _VipsFormat
impl StructuralPartialEq for _VipsFormat
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