#[repr(transparent)]pub struct ApicEntryLApicF(u32);
Tuple Fields§
§0: u32
Implementations§
source§impl ApicEntryLApicF
impl ApicEntryLApicF
const ENABLED_BITS: usize = 1usize
const ENABLED_OFFSET: usize = 0usize
sourcepub const fn with_enabled(self, value: bool) -> Self
pub const fn with_enabled(self, value: bool) -> Self
Bits: 0..1
sourcepub fn set_enabled(&mut self, value: bool)
pub fn set_enabled(&mut self, value: bool)
Bits: 0..1
Trait Implementations§
source§impl Clone for ApicEntryLApicF
impl Clone for ApicEntryLApicF
source§fn clone(&self) -> ApicEntryLApicF
fn clone(&self) -> ApicEntryLApicF
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 ApicEntryLApicF
impl Debug for ApicEntryLApicF
source§impl Default for ApicEntryLApicF
impl Default for ApicEntryLApicF
source§impl From<ApicEntryLApicF> for u32
impl From<ApicEntryLApicF> for u32
source§fn from(v: ApicEntryLApicF) -> u32
fn from(v: ApicEntryLApicF) -> u32
Converts to this type from the input type.