#[repr(i32)]pub enum _fc2ImageFileFormat {
FC2_FROM_FILE_EXT = -1,
FC2_PGM = 0,
FC2_PPM = 1,
FC2_BMP = 2,
FC2_JPEG = 3,
FC2_JPEG2000 = 4,
FC2_TIFF = 5,
FC2_PNG = 6,
FC2_RAW = 7,
FC2_IMAGE_FILE_FORMAT_FORCE_32BITS = 2_147_483_647,
}Variants§
FC2_FROM_FILE_EXT = -1
FC2_PGM = 0
FC2_PPM = 1
FC2_BMP = 2
FC2_JPEG = 3
FC2_JPEG2000 = 4
FC2_TIFF = 5
FC2_PNG = 6
FC2_RAW = 7
FC2_IMAGE_FILE_FORMAT_FORCE_32BITS = 2_147_483_647
Trait Implementations§
Source§impl Clone for _fc2ImageFileFormat
impl Clone for _fc2ImageFileFormat
Source§fn clone(&self) -> _fc2ImageFileFormat
fn clone(&self) -> _fc2ImageFileFormat
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 _fc2ImageFileFormat
impl Debug for _fc2ImageFileFormat
impl Copy for _fc2ImageFileFormat
Auto Trait Implementations§
impl Freeze for _fc2ImageFileFormat
impl RefUnwindSafe for _fc2ImageFileFormat
impl Send for _fc2ImageFileFormat
impl Sync for _fc2ImageFileFormat
impl Unpin for _fc2ImageFileFormat
impl UnwindSafe for _fc2ImageFileFormat
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