Struct windows_sys::Win32::Networking::WinSock::NLA_BLOB_0_1
[−]#[repr(C)]pub struct NLA_BLOB_0_1 {
pub type: NLA_CONNECTIVITY_TYPE,
pub internet: NLA_INTERNET,
}
Expand description
Required features: "Win32_Networking_WinSock"
, "Win32_Foundation"
Fields
type: NLA_CONNECTIVITY_TYPE
internet: NLA_INTERNET
Trait Implementations
impl Clone for NLA_BLOB_0_1
impl Clone for NLA_BLOB_0_1
impl Copy for NLA_BLOB_0_1
Auto Trait Implementations
impl RefUnwindSafe for NLA_BLOB_0_1
impl Send for NLA_BLOB_0_1
impl Sync for NLA_BLOB_0_1
impl Unpin for NLA_BLOB_0_1
impl UnwindSafe for NLA_BLOB_0_1
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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