#[repr(transparent)]struct Identification(u32);
Expand description
Local APIC ID Register, R/W
Tuple Fields§
§0: u32
Implementations§
source§impl Identification
impl Identification
const LAPIC_ID_BITS: usize = 8usize
const LAPIC_ID_OFFSET: usize = 24usize
sourceconst fn with_lapic_id(self, value: u8) -> Self
const fn with_lapic_id(self, value: u8) -> Self
Bits: 24..32
sourcefn set_lapic_id(&mut self, value: u8)
fn set_lapic_id(&mut self, value: u8)
Bits: 24..32
Trait Implementations§
source§impl Clone for Identification
impl Clone for Identification
source§fn clone(&self) -> Identification
fn clone(&self) -> Identification
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for Identification
impl Debug for Identification
source§impl Default for Identification
impl Default for Identification
source§impl From<Identification> for u32
impl From<Identification> for u32
source§fn from(v: Identification) -> u32
fn from(v: Identification) -> u32
Converts to this type from the input type.