#[repr(C)]pub struct _VipsTargetCustom {
pub parent_object: VipsTarget,
}Fields§
§parent_object: VipsTargetTrait Implementations§
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