#[repr(C)]pub struct KernEventInfo {
pub kesi_vendor_code_filter: u32,
pub kesi_class_filter: u32,
pub kesi_subclass_filter: u32,
}
Expand description
Kernel Event Info struct
Fields§
§kesi_vendor_code_filter: u32
Vendor code filter
kesi_class_filter: u32
Class filter
kesi_subclass_filter: u32
Subclass filter
Trait Implementations§
Source§impl Clone for KernEventInfo
impl Clone for KernEventInfo
Source§fn clone(&self) -> KernEventInfo
fn clone(&self) -> KernEventInfo
Returns a duplicate 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 moreSource§impl Default for KernEventInfo
impl Default for KernEventInfo
Source§fn default() -> KernEventInfo
fn default() -> KernEventInfo
Returns the “default value” for a type. Read more
impl Copy for KernEventInfo
Auto Trait Implementations§
impl Freeze for KernEventInfo
impl RefUnwindSafe for KernEventInfo
impl Send for KernEventInfo
impl Sync for KernEventInfo
impl Unpin for KernEventInfo
impl UnwindSafe for KernEventInfo
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