pub struct VideoFormatId(pub LiveId);
Tuple Fields§
§0: LiveId
Trait Implementations§
Source§impl Clone for VideoFormatId
impl Clone for VideoFormatId
Source§fn clone(&self) -> VideoFormatId
fn clone(&self) -> VideoFormatId
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 VideoFormatId
impl Debug for VideoFormatId
Source§impl Default for VideoFormatId
impl Default for VideoFormatId
Source§fn default() -> VideoFormatId
fn default() -> VideoFormatId
Returns the “default value” for a type. Read more
Source§impl From<LiveId> for VideoFormatId
impl From<LiveId> for VideoFormatId
Source§fn from(live_id: LiveId) -> VideoFormatId
fn from(live_id: LiveId) -> VideoFormatId
Converts to this type from the input type.
Source§impl From<u64> for VideoFormatId
impl From<u64> for VideoFormatId
Source§fn from(live_id: u64) -> VideoFormatId
fn from(live_id: u64) -> VideoFormatId
Converts to this type from the input type.
Source§impl Hash for VideoFormatId
impl Hash for VideoFormatId
Source§impl PartialEq for VideoFormatId
impl PartialEq for VideoFormatId
impl Copy for VideoFormatId
impl Eq for VideoFormatId
impl StructuralPartialEq for VideoFormatId
Auto Trait Implementations§
impl Freeze for VideoFormatId
impl RefUnwindSafe for VideoFormatId
impl Send for VideoFormatId
impl Sync for VideoFormatId
impl Unpin for VideoFormatId
impl UnwindSafe for VideoFormatId
Blanket Implementations§
Source§impl<T> ActionTrait for T
impl<T> ActionTrait for T
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