#[repr(C, packed(1))]pub struct IPV6_ADDRESS_EX {
pub sin6_port: USHORT,
pub sin6_flowinfo: ULONG,
pub sin6_addr: [USHORT; 8],
pub sin6_scope_id: ULONG,
}
Fields§
§sin6_port: USHORT
§sin6_flowinfo: ULONG
§sin6_addr: [USHORT; 8]
§sin6_scope_id: ULONG
Trait Implementations§
Source§impl Clone for IPV6_ADDRESS_EX
impl Clone for IPV6_ADDRESS_EX
Source§fn clone(&self) -> IPV6_ADDRESS_EX
fn clone(&self) -> IPV6_ADDRESS_EX
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 IPV6_ADDRESS_EX
impl Default for IPV6_ADDRESS_EX
Source§fn default() -> IPV6_ADDRESS_EX
fn default() -> IPV6_ADDRESS_EX
Returns the “default value” for a type. Read more
impl Copy for IPV6_ADDRESS_EX
Auto Trait Implementations§
impl Freeze for IPV6_ADDRESS_EX
impl RefUnwindSafe for IPV6_ADDRESS_EX
impl Send for IPV6_ADDRESS_EX
impl Sync for IPV6_ADDRESS_EX
impl Unpin for IPV6_ADDRESS_EX
impl UnwindSafe for IPV6_ADDRESS_EX
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