pub struct DiversitySourceId(/* private fields */);Expand description
Stable index assigned to one receive radio for the lifetime of a receiver.
Implementations§
Trait Implementations§
Source§impl Clone for DiversitySourceId
impl Clone for DiversitySourceId
Source§fn clone(&self) -> DiversitySourceId
fn clone(&self) -> DiversitySourceId
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 DiversitySourceId
Source§impl Debug for DiversitySourceId
impl Debug for DiversitySourceId
impl Eq for DiversitySourceId
Source§impl Hash for DiversitySourceId
impl Hash for DiversitySourceId
Source§impl Ord for DiversitySourceId
impl Ord for DiversitySourceId
Source§fn cmp(&self, other: &DiversitySourceId) -> Ordering
fn cmp(&self, other: &DiversitySourceId) -> 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
Source§impl PartialEq for DiversitySourceId
impl PartialEq for DiversitySourceId
Source§fn eq(&self, other: &DiversitySourceId) -> bool
fn eq(&self, other: &DiversitySourceId) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for DiversitySourceId
impl PartialOrd for DiversitySourceId
impl StructuralPartialEq for DiversitySourceId
Auto Trait Implementations§
impl Freeze for DiversitySourceId
impl RefUnwindSafe for DiversitySourceId
impl Send for DiversitySourceId
impl Sync for DiversitySourceId
impl Unpin for DiversitySourceId
impl UnsafeUnpin for DiversitySourceId
impl UnwindSafe for DiversitySourceId
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