Struct windows_sys::Win32::Networking::NetworkListManager::NLM_SOCKADDR
[−]Expand description
Required features: "Win32_Networking_NetworkListManager"
Fields
data: [u8; 128]
Trait Implementations
impl Clone for NLM_SOCKADDR
impl Clone for NLM_SOCKADDR
impl Copy for NLM_SOCKADDR
Auto Trait Implementations
impl RefUnwindSafe for NLM_SOCKADDR
impl Send for NLM_SOCKADDR
impl Sync for NLM_SOCKADDR
impl Unpin for NLM_SOCKADDR
impl UnwindSafe for NLM_SOCKADDR
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