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