#[repr(transparent)]pub struct TopologyLevelType(pub u8);Tuple Fields§
§0: u8Implementations§
Source§impl TopologyLevelType
 
impl TopologyLevelType
pub const INVALID: TopologyLevelType
pub const SMT: TopologyLevelType
pub const CORE: TopologyLevelType
pub const MODULE: TopologyLevelType
pub const TILE: TopologyLevelType
pub const DIE: TopologyLevelType
Trait Implementations§
Source§impl Clone for TopologyLevelType
 
impl Clone for TopologyLevelType
Source§fn clone(&self) -> TopologyLevelType
 
fn clone(&self) -> TopologyLevelType
Returns a duplicate 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 TopologyLevelType
 
impl Debug for TopologyLevelType
Source§impl Hash for TopologyLevelType
 
impl Hash for TopologyLevelType
Source§impl Ord for TopologyLevelType
 
impl Ord for TopologyLevelType
Source§fn cmp(&self, other: &TopologyLevelType) -> Ordering
 
fn cmp(&self, other: &TopologyLevelType) -> 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
Source§impl PartialEq for TopologyLevelType
 
impl PartialEq for TopologyLevelType
Source§impl PartialOrd for TopologyLevelType
 
impl PartialOrd for TopologyLevelType
impl Copy for TopologyLevelType
impl Eq for TopologyLevelType
impl StructuralPartialEq for TopologyLevelType
Auto Trait Implementations§
impl Freeze for TopologyLevelType
impl RefUnwindSafe for TopologyLevelType
impl Send for TopologyLevelType
impl Sync for TopologyLevelType
impl Unpin for TopologyLevelType
impl UnwindSafe for TopologyLevelType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more