#[repr(u32)]pub enum VipsForeignPpmFormat {
VIPS_FOREIGN_PPM_FORMAT_PBM = 0,
VIPS_FOREIGN_PPM_FORMAT_PGM = 1,
VIPS_FOREIGN_PPM_FORMAT_PPM = 2,
VIPS_FOREIGN_PPM_FORMAT_PFM = 3,
VIPS_FOREIGN_PPM_FORMAT_PNM = 4,
VIPS_FOREIGN_PPM_FORMAT_LAST = 5,
}Variants§
VIPS_FOREIGN_PPM_FORMAT_PBM = 0
VIPS_FOREIGN_PPM_FORMAT_PGM = 1
VIPS_FOREIGN_PPM_FORMAT_PPM = 2
VIPS_FOREIGN_PPM_FORMAT_PFM = 3
VIPS_FOREIGN_PPM_FORMAT_PNM = 4
VIPS_FOREIGN_PPM_FORMAT_LAST = 5
Trait Implementations§
Source§impl Clone for VipsForeignPpmFormat
impl Clone for VipsForeignPpmFormat
Source§fn clone(&self) -> VipsForeignPpmFormat
fn clone(&self) -> VipsForeignPpmFormat
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for VipsForeignPpmFormat
impl Debug for VipsForeignPpmFormat
Source§impl Hash for VipsForeignPpmFormat
impl Hash for VipsForeignPpmFormat
Source§impl PartialEq for VipsForeignPpmFormat
impl PartialEq for VipsForeignPpmFormat
impl Copy for VipsForeignPpmFormat
impl Eq for VipsForeignPpmFormat
impl StructuralPartialEq for VipsForeignPpmFormat
Auto Trait Implementations§
impl Freeze for VipsForeignPpmFormat
impl RefUnwindSafe for VipsForeignPpmFormat
impl Send for VipsForeignPpmFormat
impl Sync for VipsForeignPpmFormat
impl Unpin for VipsForeignPpmFormat
impl UnwindSafe for VipsForeignPpmFormat
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