#[repr(transparent)]struct Identification(u32);
Expand description
I/O APIC identification
Tuple Fields§
§0: u32
Implementations§
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.