pub struct VideoFormatId(pub LiveId);Tuple Fields§
§0: LiveIdTrait Implementations§
Source§impl Clone for VideoFormatId
impl Clone for VideoFormatId
Source§fn clone(&self) -> VideoFormatId
fn clone(&self) -> VideoFormatId
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 VideoFormatId
Source§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
impl Eq for VideoFormatId
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
Source§fn eq(&self, other: &VideoFormatId) -> bool
fn eq(&self, other: &VideoFormatId) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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