pub struct InAddr(/* private fields */);
Expand description
Wrapper around in_addr
on which From
is implemented.
Implementations§
Trait Implementations§
impl Copy for InAddr
Auto Trait Implementations§
impl Freeze for InAddr
impl RefUnwindSafe for InAddr
impl Send for InAddr
impl Sync for InAddr
impl Unpin for InAddr
impl UnwindSafe for InAddr
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