pub struct PassthroughPartyId(pub u32);Expand description
A media passthrough-party identifier.
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl Clone for PassthroughPartyId
impl Clone for PassthroughPartyId
Source§fn clone(&self) -> PassthroughPartyId
fn clone(&self) -> PassthroughPartyId
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 PassthroughPartyId
Source§impl Debug for PassthroughPartyId
impl Debug for PassthroughPartyId
Source§impl Default for PassthroughPartyId
impl Default for PassthroughPartyId
Source§fn default() -> PassthroughPartyId
fn default() -> PassthroughPartyId
Returns the “default value” for a type. Read more
Source§impl Display for PassthroughPartyId
impl Display for PassthroughPartyId
impl Eq for PassthroughPartyId
Source§impl From<PassthroughPartyId> for u32
impl From<PassthroughPartyId> for u32
Source§fn from(value: PassthroughPartyId) -> Self
fn from(value: PassthroughPartyId) -> Self
Converts to this type from the input type.
Source§impl From<u32> for PassthroughPartyId
impl From<u32> for PassthroughPartyId
Source§impl Hash for PassthroughPartyId
impl Hash for PassthroughPartyId
Source§impl Ord for PassthroughPartyId
impl Ord for PassthroughPartyId
Source§fn cmp(&self, other: &PassthroughPartyId) -> Ordering
fn cmp(&self, other: &PassthroughPartyId) -> Ordering
1.21.0 (const: unstable) · 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
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for PassthroughPartyId
impl PartialEq for PassthroughPartyId
Source§impl PartialOrd for PassthroughPartyId
impl PartialOrd for PassthroughPartyId
impl StructuralPartialEq for PassthroughPartyId
Auto Trait Implementations§
impl Freeze for PassthroughPartyId
impl RefUnwindSafe for PassthroughPartyId
impl Send for PassthroughPartyId
impl Sync for PassthroughPartyId
impl Unpin for PassthroughPartyId
impl UnsafeUnpin for PassthroughPartyId
impl UnwindSafe for PassthroughPartyId
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