Struct x86defs::apic::ApicRegister
source · #[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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)