#[repr(C)]pub struct in_addr_S_un_b {
pub s_b1: UCHAR,
pub s_b2: UCHAR,
pub s_b3: UCHAR,
pub s_b4: UCHAR,
}
Fields
s_b1: UCHAR
s_b2: UCHAR
s_b3: UCHAR
s_b4: UCHAR
Trait Implementations
sourceimpl Clone for in_addr_S_un_b
impl Clone for in_addr_S_un_b
sourcefn clone(&self) -> in_addr_S_un_b
fn clone(&self) -> in_addr_S_un_b
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_b
Auto Trait Implementations
impl RefUnwindSafe for in_addr_S_un_b
impl Send for in_addr_S_un_b
impl Sync for in_addr_S_un_b
impl Unpin for in_addr_S_un_b
impl UnwindSafe for in_addr_S_un_b
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