Struct windows::Win32::NetworkManagement::Ndis::NDIS_PNP_CAPABILITIES
#[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 Debug for NDIS_PNP_CAPABILITIES
impl Debug for NDIS_PNP_CAPABILITIES
§impl Default for NDIS_PNP_CAPABILITIES
impl Default for NDIS_PNP_CAPABILITIES
impl Copy for NDIS_PNP_CAPABILITIES
impl Eq 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§
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