#[repr(C)]pub struct _VipsForeignClass {
pub parent_class: VipsOperationClass,
pub priority: c_int,
pub suffs: *mut *const c_char,
}Fields§
§parent_class: VipsOperationClass§priority: c_int§suffs: *mut *const c_charTrait Implementations§
Auto Trait Implementations§
impl Freeze for _VipsForeignClass
impl RefUnwindSafe for _VipsForeignClass
impl !Send for _VipsForeignClass
impl !Sync for _VipsForeignClass
impl Unpin for _VipsForeignClass
impl UnwindSafe for _VipsForeignClass
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