pub struct Eui64(/* private fields */);Implementations§
Trait Implementations§
impl Copy for Eui64
impl Eq for Eui64
impl StructuralPartialEq for Eui64
Auto Trait Implementations§
impl Freeze for Eui64
impl RefUnwindSafe for Eui64
impl Send for Eui64
impl Sync for Eui64
impl Unpin for Eui64
impl UnwindSafe for Eui64
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