#[repr(transparent)]pub struct VideoCommand(pub u8);
Expand description
FLV Video Command
Defined by:
- Legacy FLV spec, Annex E.4.3.1, VideoTagBody
- Enhanced RTMP spec, page 26, Enhanced Video
Tuple Fields§
§0: u8
Implementations§
Trait Implementations§
Source§impl Clone for VideoCommand
impl Clone for VideoCommand
Source§fn clone(&self) -> VideoCommand
fn clone(&self) -> VideoCommand
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 VideoCommand
impl Debug for VideoCommand
Source§impl From<VideoCommand> for u8
impl From<VideoCommand> for u8
Source§fn from(value: VideoCommand) -> Self
fn from(value: VideoCommand) -> Self
Converts to this type from the input type.
Source§impl From<u8> for VideoCommand
impl From<u8> for VideoCommand
Source§impl Hash for VideoCommand
impl Hash for VideoCommand
Source§impl Ord for VideoCommand
impl Ord for VideoCommand
Source§fn cmp(&self, other: &VideoCommand) -> Ordering
fn cmp(&self, other: &VideoCommand) -> 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 VideoCommand
impl PartialEq for VideoCommand
Source§impl PartialOrd for VideoCommand
impl PartialOrd for VideoCommand
impl Copy for VideoCommand
impl Eq for VideoCommand
impl StructuralPartialEq for VideoCommand
Auto Trait Implementations§
impl Freeze for VideoCommand
impl RefUnwindSafe for VideoCommand
impl Send for VideoCommand
impl Sync for VideoCommand
impl Unpin for VideoCommand
impl UnwindSafe for VideoCommand
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