Enum VipsSize
#[repr(u32)]pub enum VipsSize {
VIPS_SIZE_BOTH = 0,
VIPS_SIZE_UP = 1,
VIPS_SIZE_DOWN = 2,
VIPS_SIZE_FORCE = 3,
VIPS_SIZE_LAST = 4,
}Variants§
Trait Implementations§
impl Copy for VipsSize
impl Eq for VipsSize
impl StructuralPartialEq for VipsSize
Auto Trait Implementations§
impl Freeze for VipsSize
impl RefUnwindSafe for VipsSize
impl Send for VipsSize
impl Sync for VipsSize
impl Unpin for VipsSize
impl UnwindSafe for VipsSize
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