pub struct DiscoveredInterfaceId(/* private fields */);Implementations§
Source§impl DiscoveredInterfaceId
impl DiscoveredInterfaceId
pub const fn from_bytes(bytes: [u8; 32]) -> DiscoveredInterfaceId
pub const fn as_bytes(&self) -> &[u8; 32]
Trait Implementations§
Source§impl Clone for DiscoveredInterfaceId
impl Clone for DiscoveredInterfaceId
Source§fn clone(&self) -> DiscoveredInterfaceId
fn clone(&self) -> DiscoveredInterfaceId
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 DiscoveredInterfaceId
Source§impl Debug for DiscoveredInterfaceId
impl Debug for DiscoveredInterfaceId
impl Eq for DiscoveredInterfaceId
Source§impl Ord for DiscoveredInterfaceId
impl Ord for DiscoveredInterfaceId
Source§fn cmp(&self, other: &DiscoveredInterfaceId) -> Ordering
fn cmp(&self, other: &DiscoveredInterfaceId) -> 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 DiscoveredInterfaceId
impl PartialEq for DiscoveredInterfaceId
Source§impl PartialOrd for DiscoveredInterfaceId
impl PartialOrd for DiscoveredInterfaceId
impl StructuralPartialEq for DiscoveredInterfaceId
Auto Trait Implementations§
impl Freeze for DiscoveredInterfaceId
impl RefUnwindSafe for DiscoveredInterfaceId
impl Send for DiscoveredInterfaceId
impl Sync for DiscoveredInterfaceId
impl Unpin for DiscoveredInterfaceId
impl UnsafeUnpin for DiscoveredInterfaceId
impl UnwindSafe for DiscoveredInterfaceId
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