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