#[repr(C)]pub struct in_addr {
pub s_addr: in_addr_t,
}
Fields§
§s_addr: in_addr_t
Trait Implementations§
impl Copy for in_addr
impl Eq for in_addr
impl StructuralPartialEq for in_addr
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)