#[repr(C)]pub struct in_addr {
pub s_addr: in_addr_t,
}
Fields
s_addr: in_addr_t
Trait Implementations
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more