#[repr(C)]pub struct _VipsTargetCustom {
pub parent_object: VipsTarget,
}
Fields§
§parent_object: VipsTarget
Trait Implementations§
Source§impl Clone for _VipsTargetCustom
impl Clone for _VipsTargetCustom
Source§fn clone(&self) -> _VipsTargetCustom
fn clone(&self) -> _VipsTargetCustom
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 _VipsTargetCustom
impl Debug for _VipsTargetCustom
Source§impl PartialEq for _VipsTargetCustom
impl PartialEq for _VipsTargetCustom
impl Copy for _VipsTargetCustom
impl Eq for _VipsTargetCustom
impl StructuralPartialEq for _VipsTargetCustom
Auto Trait Implementations§
impl Freeze for _VipsTargetCustom
impl RefUnwindSafe for _VipsTargetCustom
impl !Send for _VipsTargetCustom
impl !Sync for _VipsTargetCustom
impl Unpin for _VipsTargetCustom
impl UnwindSafe for _VipsTargetCustom
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