pub struct RegWhoAmI;Implementations§
Trait Implementations§
impl ReadableAddr for RegWhoAmI
Auto Trait Implementations§
impl Freeze for RegWhoAmI
impl RefUnwindSafe for RegWhoAmI
impl Send for RegWhoAmI
impl Sync for RegWhoAmI
impl Unpin for RegWhoAmI
impl UnsafeUnpin for RegWhoAmI
impl UnwindSafe for RegWhoAmI
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