#[repr(C)]pub struct _VipsForeignSaveClass {
pub parent_class: VipsForeignClass,
pub saveable: VipsSaveable,
pub format_table: *mut VipsBandFormat,
pub coding: [gboolean; 7],
}
Fields§
§parent_class: VipsForeignClass
§saveable: VipsSaveable
§format_table: *mut VipsBandFormat
§coding: [gboolean; 7]
Trait Implementations§
Source§impl Clone for _VipsForeignSaveClass
impl Clone for _VipsForeignSaveClass
Source§fn clone(&self) -> _VipsForeignSaveClass
fn clone(&self) -> _VipsForeignSaveClass
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 _VipsForeignSaveClass
impl Debug for _VipsForeignSaveClass
Source§impl PartialEq for _VipsForeignSaveClass
impl PartialEq for _VipsForeignSaveClass
impl Copy for _VipsForeignSaveClass
impl Eq for _VipsForeignSaveClass
impl StructuralPartialEq for _VipsForeignSaveClass
Auto Trait Implementations§
impl Freeze for _VipsForeignSaveClass
impl RefUnwindSafe for _VipsForeignSaveClass
impl !Send for _VipsForeignSaveClass
impl !Sync for _VipsForeignSaveClass
impl Unpin for _VipsForeignSaveClass
impl UnwindSafe for _VipsForeignSaveClass
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