#[repr(transparent)]pub struct ApicRegister(pub u8);
Tuple Fields§
§0: u8
Implementations§
Source§impl ApicRegister
impl ApicRegister
pub const ID: ApicRegister
pub const VERSION: ApicRegister
pub const TPR: ApicRegister
pub const APR: ApicRegister
pub const PPR: ApicRegister
pub const EOI: ApicRegister
pub const RRD: ApicRegister
pub const LDR: ApicRegister
pub const DFR: ApicRegister
pub const SVR: ApicRegister
pub const ISR0: ApicRegister
pub const ISR1: ApicRegister
pub const ISR2: ApicRegister
pub const ISR3: ApicRegister
pub const ISR4: ApicRegister
pub const ISR5: ApicRegister
pub const ISR6: ApicRegister
pub const ISR7: ApicRegister
pub const TMR0: ApicRegister
pub const TMR1: ApicRegister
pub const TMR2: ApicRegister
pub const TMR3: ApicRegister
pub const TMR4: ApicRegister
pub const TMR5: ApicRegister
pub const TMR6: ApicRegister
pub const TMR7: ApicRegister
pub const IRR0: ApicRegister
pub const IRR1: ApicRegister
pub const IRR2: ApicRegister
pub const IRR3: ApicRegister
pub const IRR4: ApicRegister
pub const IRR5: ApicRegister
pub const IRR6: ApicRegister
pub const IRR7: ApicRegister
pub const ESR: ApicRegister
pub const INTEL_LVT_CMCI: ApicRegister
pub const ICR0: ApicRegister
pub const ICR1: ApicRegister
pub const LVT_TIMER: ApicRegister
pub const LVT_THERMAL: ApicRegister
pub const LVT_PMC: ApicRegister
pub const LVT_LINT0: ApicRegister
pub const LVT_LINT1: ApicRegister
pub const LVT_ERROR: ApicRegister
pub const TIMER_ICR: ApicRegister
pub const TIMER_CCR: ApicRegister
pub const TIMER_DCR: ApicRegister
pub const SELF_IPI: ApicRegister
Source§impl ApicRegister
impl ApicRegister
pub fn x2apic_msr(&self) -> u32
Trait Implementations§
Source§impl Clone for ApicRegister
impl Clone for ApicRegister
Source§fn clone(&self) -> ApicRegister
fn clone(&self) -> ApicRegister
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 Debug for ApicRegister
impl Debug for ApicRegister
Source§impl Hash for ApicRegister
impl Hash for ApicRegister
Source§impl Ord for ApicRegister
impl Ord for ApicRegister
Source§fn cmp(&self, other: &ApicRegister) -> Ordering
fn cmp(&self, other: &ApicRegister) -> 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 ApicRegister
impl PartialEq for ApicRegister
Source§impl PartialOrd for ApicRegister
impl PartialOrd for ApicRegister
impl Copy for ApicRegister
impl Eq for ApicRegister
impl StructuralPartialEq for ApicRegister
Auto Trait Implementations§
impl Freeze for ApicRegister
impl RefUnwindSafe for ApicRegister
impl Send for ApicRegister
impl Sync for ApicRegister
impl Unpin for ApicRegister
impl UnwindSafe for ApicRegister
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