#[repr(C)]pub struct NDIS_PM_PACKET_PATTERN {
pub Priority: u32,
pub Reserved: u32,
pub MaskSize: u32,
pub PatternOffset: u32,
pub PatternSize: u32,
pub PatternFlags: u32,
}
Expand description
Required features: "Win32_NetworkManagement_Ndis"
Fields
Priority: u32
Reserved: u32
MaskSize: u32
PatternOffset: u32
PatternSize: u32
PatternFlags: u32
Trait Implementations
impl Clone for NDIS_PM_PACKET_PATTERN
impl Clone for NDIS_PM_PACKET_PATTERN
impl Copy for NDIS_PM_PACKET_PATTERN
Auto Trait Implementations
impl RefUnwindSafe for NDIS_PM_PACKET_PATTERN
impl Send for NDIS_PM_PACKET_PATTERN
impl Sync for NDIS_PM_PACKET_PATTERN
impl Unpin for NDIS_PM_PACKET_PATTERN
impl UnwindSafe for NDIS_PM_PACKET_PATTERN
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