Struct windows::Win32::NetworkManagement::IpHelper::PFLOGFRAME
#[repr(C)]pub struct PFLOGFRAME {
pub Timestamp: i64,
pub pfeTypeOfFrame: PFFRAMETYPE,
pub dwTotalSizeUsed: u32,
pub dwFilterRule: u32,
pub wSizeOfAdditionalData: u16,
pub wSizeOfIpHeader: u16,
pub dwInterfaceName: u32,
pub dwIPIndex: u32,
pub bPacketData: [u8; 1],
}
Fields§
§Timestamp: i64
§pfeTypeOfFrame: PFFRAMETYPE
§dwTotalSizeUsed: u32
§dwFilterRule: u32
§wSizeOfAdditionalData: u16
§wSizeOfIpHeader: u16
§dwInterfaceName: u32
§dwIPIndex: u32
§bPacketData: [u8; 1]
Trait Implementations§
§impl Clone for PFLOGFRAME
impl Clone for PFLOGFRAME
§fn clone(&self) -> PFLOGFRAME
fn clone(&self) -> PFLOGFRAME
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for PFLOGFRAME
impl Debug for PFLOGFRAME
§impl PartialEq for PFLOGFRAME
impl PartialEq for PFLOGFRAME
§fn eq(&self, other: &PFLOGFRAME) -> bool
fn eq(&self, other: &PFLOGFRAME) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for PFLOGFRAME
impl Eq for PFLOGFRAME
impl StructuralPartialEq for PFLOGFRAME
Auto Trait Implementations§
impl Freeze for PFLOGFRAME
impl RefUnwindSafe for PFLOGFRAME
impl Send for PFLOGFRAME
impl Sync for PFLOGFRAME
impl Unpin for PFLOGFRAME
impl UnwindSafe for PFLOGFRAME
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)