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