#[repr(C)]pub struct NDIS_TIMEOUT_DPC_REQUEST_CAPABILITIES {
pub Header: NDIS_OBJECT_HEADER,
pub Flags: u32,
pub TimeoutArrayLength: u32,
pub TimeoutArray: [u32; 1],
}
Expand description
Required features: "Win32_NetworkManagement_Ndis"
Fields
Header: NDIS_OBJECT_HEADER
Flags: u32
TimeoutArrayLength: u32
TimeoutArray: [u32; 1]
Trait Implementations
impl Copy for NDIS_TIMEOUT_DPC_REQUEST_CAPABILITIES
Auto Trait Implementations
impl RefUnwindSafe for NDIS_TIMEOUT_DPC_REQUEST_CAPABILITIES
impl Send for NDIS_TIMEOUT_DPC_REQUEST_CAPABILITIES
impl Sync for NDIS_TIMEOUT_DPC_REQUEST_CAPABILITIES
impl Unpin for NDIS_TIMEOUT_DPC_REQUEST_CAPABILITIES
impl UnwindSafe for NDIS_TIMEOUT_DPC_REQUEST_CAPABILITIES
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