pub struct PeripheralId(/* private fields */);
Trait Implementations§
Source§impl Clone for PeripheralId
impl Clone for PeripheralId
Source§fn clone(&self) -> PeripheralId
fn clone(&self) -> PeripheralId
Returns a duplicate 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 PeripheralId
impl Debug for PeripheralId
Source§impl Display for PeripheralId
impl Display for PeripheralId
Source§impl From<DeviceId> for PeripheralId
impl From<DeviceId> for PeripheralId
Source§impl Hash for PeripheralId
impl Hash for PeripheralId
Source§impl Ord for PeripheralId
impl Ord for PeripheralId
Source§fn cmp(&self, other: &PeripheralId) -> Ordering
fn cmp(&self, other: &PeripheralId) -> Ordering
1.21.0 · 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 PeripheralId
impl PartialEq for PeripheralId
Source§impl PartialOrd for PeripheralId
impl PartialOrd for PeripheralId
impl Eq for PeripheralId
impl StructuralPartialEq for PeripheralId
Auto Trait Implementations§
impl Freeze for PeripheralId
impl RefUnwindSafe for PeripheralId
impl Send for PeripheralId
impl Sync for PeripheralId
impl Unpin for PeripheralId
impl UnwindSafe for PeripheralId
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