#[repr(C)]pub struct in_addr(pub u32);
Tuple Fields§
§0: u32
Trait Implementations§
Source§impl ToSocketAddr for in_addr
impl ToSocketAddr for in_addr
Source§fn to_socket_addr(&self) -> SocketAddr
fn to_socket_addr(&self) -> SocketAddr
Convert to a
SocketAddr
Auto Trait Implementations§
impl Freeze for in_addr
impl RefUnwindSafe for in_addr
impl Send for in_addr
impl Sync for in_addr
impl Unpin for in_addr
impl UnwindSafe for in_addr
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