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