#[repr(C)]pub struct in_addr_S_un_w {
pub s_w1: USHORT,
pub s_w2: USHORT,
}
Fields§
§s_w1: USHORT
§s_w2: USHORT
Trait Implementations§
Source§impl Clone for in_addr_S_un_w
impl Clone for in_addr_S_un_w
Source§fn clone(&self) -> in_addr_S_un_w
fn clone(&self) -> in_addr_S_un_w
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for in_addr_S_un_w
impl Default for in_addr_S_un_w
Source§fn default() -> in_addr_S_un_w
fn default() -> in_addr_S_un_w
Returns the “default value” for a type. Read more
impl Copy for in_addr_S_un_w
Auto Trait Implementations§
impl Freeze for in_addr_S_un_w
impl RefUnwindSafe for in_addr_S_un_w
impl Send for in_addr_S_un_w
impl Sync for in_addr_S_un_w
impl Unpin for in_addr_S_un_w
impl UnwindSafe for in_addr_S_un_w
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