#[repr(u32)]pub enum ApertureFormat {
Custom = 0,
E16MmTheatrical = 1,
Super16Mm = 2,
E35MmAcademy = 3,
E35MmTvProjection = 4,
E35MmFullAperture = 5,
E35Mm185Projection = 6,
E35MmAnamorphic = 7,
E70MmProjection = 8,
Vistavision = 9,
Dynavision = 10,
Imax = 11,
}Variants§
Custom = 0
E16MmTheatrical = 1
Super16Mm = 2
E35MmAcademy = 3
E35MmTvProjection = 4
E35MmFullAperture = 5
E35Mm185Projection = 6
E35MmAnamorphic = 7
E70MmProjection = 8
Vistavision = 9
Imax = 11
Trait Implementations§
Source§impl Clone for ApertureFormat
impl Clone for ApertureFormat
Source§fn clone(&self) -> ApertureFormat
fn clone(&self) -> ApertureFormat
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ApertureFormat
Source§impl Debug for ApertureFormat
impl Debug for ApertureFormat
Source§impl Default for ApertureFormat
impl Default for ApertureFormat
impl Eq for ApertureFormat
Source§impl PartialEq for ApertureFormat
impl PartialEq for ApertureFormat
impl StructuralPartialEq for ApertureFormat
Auto Trait Implementations§
impl Freeze for ApertureFormat
impl RefUnwindSafe for ApertureFormat
impl Send for ApertureFormat
impl Sync for ApertureFormat
impl Unpin for ApertureFormat
impl UnsafeUnpin for ApertureFormat
impl UnwindSafe for ApertureFormat
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