Struct windows_sys::Win32::Networking::WinSock::NLA_BLOB
[−]#[repr(C)]pub struct NLA_BLOB {
pub header: NLA_BLOB_1,
pub data: NLA_BLOB_0,
}
Expand description
Required features: "Win32_Networking_WinSock"
, "Win32_Foundation"
Fields
header: NLA_BLOB_1
data: NLA_BLOB_0
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NLA_BLOB
impl Send for NLA_BLOB
impl Sync for NLA_BLOB
impl Unpin for NLA_BLOB
impl UnwindSafe for NLA_BLOB
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