Struct windivert_sys::address::WINDIVERT_DATA_REFLECT
source · #[repr(C)]pub struct WINDIVERT_DATA_REFLECT {
pub timestamp: i64,
pub process_id: u32,
pub layer: WinDivertLayer,
pub flags: WinDivertFlags,
pub priority: i16,
}Expand description
Represents the associated data recieved using WinDivertLayer::Reflect
Fields§
§timestamp: i64Timestamp indicating when the handle was opened.
process_id: u32Process if of the process that opened the handle.
layer: WinDivertLayerWinDivertLayer parameter on WinDivertOpen for the specified handle.
flags: WinDivertFlagsWinDivertFlags parameter on WinDivertOpen for the specified handle.
priority: i16Priority parameter on WinDivertOpen for the specified handle.
Trait Implementations§
source§impl Clone for WINDIVERT_DATA_REFLECT
impl Clone for WINDIVERT_DATA_REFLECT
source§fn clone(&self) -> WINDIVERT_DATA_REFLECT
fn clone(&self) -> WINDIVERT_DATA_REFLECT
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