pub type PROCESSOR_NUMBER = _PROCESSOR_NUMBER;
Aliased Type§
struct PROCESSOR_NUMBER {
pub Group: u16,
pub Number: u8,
pub Reserved: u8,
}
Fields§
§Group: u16
§Number: u8
§Reserved: u8
Trait Implementations
Source§impl Clone for _PROCESSOR_NUMBER
impl Clone for _PROCESSOR_NUMBER
Source§fn clone(&self) -> _PROCESSOR_NUMBER
fn clone(&self) -> _PROCESSOR_NUMBER
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 _PROCESSOR_NUMBER
impl Debug for _PROCESSOR_NUMBER
Source§impl Ord for _PROCESSOR_NUMBER
impl Ord for _PROCESSOR_NUMBER
Source§fn cmp(&self, other: &_PROCESSOR_NUMBER) -> Ordering
fn cmp(&self, other: &_PROCESSOR_NUMBER) -> 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