#[repr(C)]pub struct in_addr_S_un(_);
Implementations
sourceimpl in_addr_S_un
impl in_addr_S_un
pub unsafe fn S_un_b(&self) -> &in_addr_S_un_b
pub unsafe fn S_un_b_mut(&mut self) -> &mut in_addr_S_un_b
pub unsafe fn S_un_w(&self) -> &in_addr_S_un_w
pub unsafe fn S_un_w_mut(&mut self) -> &mut in_addr_S_un_w
pub unsafe fn S_addr(&self) -> &ULONG
pub unsafe fn S_addr_mut(&mut self) -> &mut ULONG
Trait Implementations
sourceimpl Clone for in_addr_S_un
impl Clone for in_addr_S_un
sourcefn clone(&self) -> in_addr_S_un
fn clone(&self) -> in_addr_S_un
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for in_addr_S_un
Auto Trait Implementations
impl RefUnwindSafe for in_addr_S_un
impl Send for in_addr_S_un
impl Sync for in_addr_S_un
impl Unpin for in_addr_S_un
impl UnwindSafe for in_addr_S_un
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