Struct kvm_pmu_event_filter
#[repr(C)]pub struct kvm_pmu_event_filter {
pub action: u32,
pub nevents: u32,
pub fixed_counter_bitmap: u32,
pub flags: u32,
pub pad: [u32; 4],
pub events: __IncompleteArrayField<u64>,
}
Fields§
§action: u32
§nevents: u32
§fixed_counter_bitmap: u32
§flags: u32
§pad: [u32; 4]
§events: __IncompleteArrayField<u64>
Trait Implementations§
§impl Debug for kvm_pmu_event_filter
impl Debug for kvm_pmu_event_filter
§impl Default for kvm_pmu_event_filter
impl Default for kvm_pmu_event_filter
§fn default() -> kvm_pmu_event_filter
fn default() -> kvm_pmu_event_filter
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for kvm_pmu_event_filter
impl RefUnwindSafe for kvm_pmu_event_filter
impl Send for kvm_pmu_event_filter
impl Sync for kvm_pmu_event_filter
impl Unpin for kvm_pmu_event_filter
impl UnwindSafe for kvm_pmu_event_filter
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