Struct ntapi::winsta::WINSTATIONREMOTEADDRESS_u_ipv6  
source · [−]#[repr(C)]pub struct WINSTATIONREMOTEADDRESS_u_ipv6 {
    pub sin6_port: USHORT,
    pub sin6_flowinfo: ULONG,
    pub sin6_addr: [USHORT; 8],
    pub sin6_scope_id: ULONG,
}Fields
sin6_port: USHORTsin6_flowinfo: ULONGsin6_addr: [USHORT; 8]sin6_scope_id: ULONGTrait Implementations
sourceimpl Clone for WINSTATIONREMOTEADDRESS_u_ipv6
 
impl Clone for WINSTATIONREMOTEADDRESS_u_ipv6
sourcefn clone(&self) -> WINSTATIONREMOTEADDRESS_u_ipv6
 
fn clone(&self) -> WINSTATIONREMOTEADDRESS_u_ipv6
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 WINSTATIONREMOTEADDRESS_u_ipv6
Auto Trait Implementations
impl RefUnwindSafe for WINSTATIONREMOTEADDRESS_u_ipv6
impl Send for WINSTATIONREMOTEADDRESS_u_ipv6
impl Sync for WINSTATIONREMOTEADDRESS_u_ipv6
impl Unpin for WINSTATIONREMOTEADDRESS_u_ipv6
impl UnwindSafe for WINSTATIONREMOTEADDRESS_u_ipv6
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