#[repr(transparent)]struct LogicalDst(u32);
Expand description
Logical Destination Register, R/W
Tuple Fields§
§0: u32
Implementations§
source§impl LogicalDst
impl LogicalDst
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 LogicalDst
impl Clone for LogicalDst
source§fn clone(&self) -> LogicalDst
fn clone(&self) -> LogicalDst
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 LogicalDst
impl Debug for LogicalDst
source§impl Default for LogicalDst
impl Default for LogicalDst
source§impl From<LogicalDst> for u32
impl From<LogicalDst> for u32
source§fn from(v: LogicalDst) -> u32
fn from(v: LogicalDst) -> u32
Converts to this type from the input type.