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