#[repr(transparent)]pub struct VideoFourCc(pub [u8; 4]);
Expand description
Valid FOURCC values for signaling support of video codecs in the enhanced FourCC pipeline.
Defined by:
- Enhanced RTMP spec, page 28, Enhanced Video
Tuple Fields§
§0: [u8; 4]
Implementations§
Trait Implementations§
Source§impl Clone for VideoFourCc
impl Clone for VideoFourCc
Source§fn clone(&self) -> VideoFourCc
fn clone(&self) -> VideoFourCc
Returns a copy 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 VideoFourCc
impl Debug for VideoFourCc
Source§impl From<VideoFourCc> for [u8; 4]
impl From<VideoFourCc> for [u8; 4]
Source§fn from(value: VideoFourCc) -> Self
fn from(value: VideoFourCc) -> Self
Converts to this type from the input type.
Source§impl Hash for VideoFourCc
impl Hash for VideoFourCc
Source§impl Ord for VideoFourCc
impl Ord for VideoFourCc
Source§fn cmp(&self, other: &VideoFourCc) -> Ordering
fn cmp(&self, other: &VideoFourCc) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for VideoFourCc
impl PartialEq for VideoFourCc
Source§impl PartialOrd for VideoFourCc
impl PartialOrd for VideoFourCc
impl Copy for VideoFourCc
impl Eq for VideoFourCc
impl StructuralPartialEq for VideoFourCc
Auto Trait Implementations§
impl Freeze for VideoFourCc
impl RefUnwindSafe for VideoFourCc
impl Send for VideoFourCc
impl Sync for VideoFourCc
impl Unpin for VideoFourCc
impl UnwindSafe for VideoFourCc
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