#[repr(C)]pub struct _VipsForeign {
pub parent_object: VipsOperation,
}
Fields§
§parent_object: VipsOperation
Trait Implementations§
Source§impl Clone for _VipsForeign
impl Clone for _VipsForeign
Source§fn clone(&self) -> _VipsForeign
fn clone(&self) -> _VipsForeign
Returns a duplicate 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 _VipsForeign
impl Debug for _VipsForeign
Source§impl PartialEq for _VipsForeign
impl PartialEq for _VipsForeign
impl Copy for _VipsForeign
impl Eq for _VipsForeign
impl StructuralPartialEq for _VipsForeign
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