#[repr(C, packed(1))]pub struct hv_local_interrupt_controller_state {Show 23 fields
pub apic_id: __u32,
pub apic_version: __u32,
pub apic_ldr: __u32,
pub apic_dfr: __u32,
pub apic_spurious: __u32,
pub apic_isr: [__u32; 8],
pub apic_tmr: [__u32; 8],
pub apic_irr: [__u32; 8],
pub apic_esr: __u32,
pub apic_icr_high: __u32,
pub apic_icr_low: __u32,
pub apic_lvt_timer: __u32,
pub apic_lvt_thermal: __u32,
pub apic_lvt_perfmon: __u32,
pub apic_lvt_lint0: __u32,
pub apic_lvt_lint1: __u32,
pub apic_lvt_error: __u32,
pub apic_lvt_cmci: __u32,
pub apic_error_status: __u32,
pub apic_initial_count: __u32,
pub apic_counter_value: __u32,
pub apic_divide_configuration: __u32,
pub apic_remote_read: __u32,
}Fields§
§apic_id: __u32§apic_version: __u32§apic_ldr: __u32§apic_dfr: __u32§apic_spurious: __u32§apic_isr: [__u32; 8]§apic_tmr: [__u32; 8]§apic_irr: [__u32; 8]§apic_esr: __u32§apic_icr_high: __u32§apic_icr_low: __u32§apic_lvt_timer: __u32§apic_lvt_thermal: __u32§apic_lvt_perfmon: __u32§apic_lvt_lint0: __u32§apic_lvt_lint1: __u32§apic_lvt_error: __u32§apic_lvt_cmci: __u32§apic_error_status: __u32§apic_initial_count: __u32§apic_counter_value: __u32§apic_divide_configuration: __u32§apic_remote_read: __u32Trait Implementations§
Source§impl Clone for hv_local_interrupt_controller_state
impl Clone for hv_local_interrupt_controller_state
Source§fn clone(&self) -> hv_local_interrupt_controller_state
fn clone(&self) -> hv_local_interrupt_controller_state
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 moreSource§impl Default for hv_local_interrupt_controller_state
impl Default for hv_local_interrupt_controller_state
Source§fn default() -> hv_local_interrupt_controller_state
fn default() -> hv_local_interrupt_controller_state
Returns the “default value” for a type. Read more
Source§impl Ord for hv_local_interrupt_controller_state
impl Ord for hv_local_interrupt_controller_state
Source§fn cmp(&self, other: &hv_local_interrupt_controller_state) -> Ordering
fn cmp(&self, other: &hv_local_interrupt_controller_state) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for hv_local_interrupt_controller_state
impl PartialEq for hv_local_interrupt_controller_state
Source§fn eq(&self, other: &hv_local_interrupt_controller_state) -> bool
fn eq(&self, other: &hv_local_interrupt_controller_state) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for hv_local_interrupt_controller_state
impl PartialOrd for hv_local_interrupt_controller_state
impl Copy for hv_local_interrupt_controller_state
impl Eq for hv_local_interrupt_controller_state
impl StructuralPartialEq for hv_local_interrupt_controller_state
Auto Trait Implementations§
impl Freeze for hv_local_interrupt_controller_state
impl RefUnwindSafe for hv_local_interrupt_controller_state
impl Send for hv_local_interrupt_controller_state
impl Sync for hv_local_interrupt_controller_state
impl Unpin for hv_local_interrupt_controller_state
impl UnwindSafe for hv_local_interrupt_controller_state
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