pub struct VOption<'a> { /* private fields */ }Expand description
VOption, a list of name-value pairs
Implementations§
Trait Implementations§
Source§impl<'a> Setter<'a, &'a VipsInterpolate> for VOption<'a>
impl<'a> Setter<'a, &'a VipsInterpolate> for VOption<'a>
Source§impl<'a> Setter<'a, &'a VipsSource> for VOption<'a>
impl<'a> Setter<'a, &'a VipsSource> for VOption<'a>
Source§impl<'a> Setter<'a, &'a VipsTarget> for VOption<'a>
impl<'a> Setter<'a, &'a VipsTarget> for VOption<'a>
Auto Trait Implementations§
impl<'a> Freeze for VOption<'a>
impl<'a> RefUnwindSafe for VOption<'a>
impl<'a> !Send for VOption<'a>
impl<'a> !Sync for VOption<'a>
impl<'a> Unpin for VOption<'a>
impl<'a> !UnwindSafe for VOption<'a>
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