Struct windows_sys::Win32::Networking::WinSock::NL_INTERFACE_OFFLOAD_ROD
#[repr(C)]pub struct NL_INTERFACE_OFFLOAD_ROD {
pub _bitfield: u8,
}Fields§
§_bitfield: u8Trait 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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more