#[repr(u32)]pub enum VideoFormatPictureAspectRatio {
_4_3 = 0,
_16_9 = 1,
_64_27 = 2,
_256_135 = 3,
}Expand description
CTA video format picture aspect ratio.
Variants§
Trait Implementations§
Source§impl Clone for VideoFormatPictureAspectRatio
impl Clone for VideoFormatPictureAspectRatio
Source§fn clone(&self) -> VideoFormatPictureAspectRatio
fn clone(&self) -> VideoFormatPictureAspectRatio
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 From<u32> for VideoFormatPictureAspectRatio
impl From<u32> for VideoFormatPictureAspectRatio
Source§fn from(
value: di_cta_video_format_picture_aspect_ratio,
) -> VideoFormatPictureAspectRatio
fn from( value: di_cta_video_format_picture_aspect_ratio, ) -> VideoFormatPictureAspectRatio
Converts to this type from the input type.
Source§impl PartialEq for VideoFormatPictureAspectRatio
impl PartialEq for VideoFormatPictureAspectRatio
Source§fn eq(&self, other: &VideoFormatPictureAspectRatio) -> bool
fn eq(&self, other: &VideoFormatPictureAspectRatio) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for VideoFormatPictureAspectRatio
impl Eq for VideoFormatPictureAspectRatio
impl StructuralPartialEq for VideoFormatPictureAspectRatio
Auto Trait Implementations§
impl Freeze for VideoFormatPictureAspectRatio
impl RefUnwindSafe for VideoFormatPictureAspectRatio
impl Send for VideoFormatPictureAspectRatio
impl Sync for VideoFormatPictureAspectRatio
impl Unpin for VideoFormatPictureAspectRatio
impl UnwindSafe for VideoFormatPictureAspectRatio
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