#[repr(C)]pub struct NDIS_PNP_CAPABILITIES {
pub Flags: u32,
pub WakeUpCapabilities: NDIS_PM_WAKE_UP_CAPABILITIES,
}
Expand description
Required features: "Win32_NetworkManagement_Ndis"
Fields
Flags: u32
WakeUpCapabilities: NDIS_PM_WAKE_UP_CAPABILITIES
Trait Implementations
impl Clone for NDIS_PNP_CAPABILITIES
impl Clone for NDIS_PNP_CAPABILITIES
impl Copy for NDIS_PNP_CAPABILITIES
Auto Trait Implementations
impl RefUnwindSafe for NDIS_PNP_CAPABILITIES
impl Send for NDIS_PNP_CAPABILITIES
impl Sync for NDIS_PNP_CAPABILITIES
impl Unpin for NDIS_PNP_CAPABILITIES
impl UnwindSafe for NDIS_PNP_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