#[repr(C)]pub struct SOCKADDR_IN6_LH_u(_);
Implementations
sourceimpl SOCKADDR_IN6_LH_u
impl SOCKADDR_IN6_LH_u
pub unsafe fn sin6_scope_id(&self) -> &ULONG
pub unsafe fn sin6_scope_id_mut(&mut self) -> &mut ULONG
pub unsafe fn sin6_scope_struct(&self) -> &SCOPE_ID
pub unsafe fn sin6_scope_struct_mut(&mut self) -> &mut SCOPE_ID
Trait Implementations
sourceimpl Clone for SOCKADDR_IN6_LH_u
impl Clone for SOCKADDR_IN6_LH_u
sourcefn clone(&self) -> SOCKADDR_IN6_LH_u
fn clone(&self) -> SOCKADDR_IN6_LH_u
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 SOCKADDR_IN6_LH_u
Auto Trait Implementations
impl RefUnwindSafe for SOCKADDR_IN6_LH_u
impl Send for SOCKADDR_IN6_LH_u
impl Sync for SOCKADDR_IN6_LH_u
impl Unpin for SOCKADDR_IN6_LH_u
impl UnwindSafe for SOCKADDR_IN6_LH_u
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