Enum VipsPCS
#[repr(u32)]pub enum VipsPCS {
VIPS_PCS_LAB = 0,
VIPS_PCS_XYZ = 1,
VIPS_PCS_LAST = 2,
}Variants§
Trait Implementations§
impl Copy for VipsPCS
impl Eq for VipsPCS
impl StructuralPartialEq for VipsPCS
Auto Trait Implementations§
impl Freeze for VipsPCS
impl RefUnwindSafe for VipsPCS
impl Send for VipsPCS
impl Sync for VipsPCS
impl Unpin for VipsPCS
impl UnwindSafe for VipsPCS
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