pub struct AddrR { /* private fields */ }
Expand description
Value of the field ADDR
Implementations§
Auto Trait Implementations§
impl Freeze for AddrR
impl RefUnwindSafe for AddrR
impl Send for AddrR
impl Sync for AddrR
impl Unpin for AddrR
impl UnwindSafe for AddrR
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