pub struct ExtendedAddress(/* private fields */);Implementations§
Trait Implementations§
Source§impl Display for ExtendedAddress
impl Display for ExtendedAddress
Source§impl From<ExtendedAddress> for u64
impl From<ExtendedAddress> for u64
Source§fn from(value: ExtendedAddress) -> Self
fn from(value: ExtendedAddress) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ExtendedAddress
impl RefUnwindSafe for ExtendedAddress
impl Send for ExtendedAddress
impl Sync for ExtendedAddress
impl Unpin for ExtendedAddress
impl UnsafeUnpin for ExtendedAddress
impl UnwindSafe for ExtendedAddress
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