#[repr(u32)]pub enum TricoreCpuModel {
TC1796 = 0,
TC1797 = 1,
TC27X = 2,
ENDING = 3,
}Variants§
Trait Implementations§
Source§impl Clone for TricoreCpuModel
impl Clone for TricoreCpuModel
Source§fn clone(&self) -> TricoreCpuModel
fn clone(&self) -> TricoreCpuModel
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 TricoreCpuModel
impl Debug for TricoreCpuModel
Source§impl From<&TricoreCpuModel> for i32
impl From<&TricoreCpuModel> for i32
Source§fn from(value: &TricoreCpuModel) -> Self
fn from(value: &TricoreCpuModel) -> Self
Converts to this type from the input type.
Source§impl From<TricoreCpuModel> for i32
impl From<TricoreCpuModel> for i32
Source§fn from(value: TricoreCpuModel) -> Self
fn from(value: TricoreCpuModel) -> Self
Converts to this type from the input type.
Source§impl Hash for TricoreCpuModel
impl Hash for TricoreCpuModel
Source§impl Ord for TricoreCpuModel
impl Ord for TricoreCpuModel
Source§fn cmp(&self, other: &TricoreCpuModel) -> Ordering
fn cmp(&self, other: &TricoreCpuModel) -> 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 TricoreCpuModel
impl PartialEq for TricoreCpuModel
Source§impl PartialOrd for TricoreCpuModel
impl PartialOrd for TricoreCpuModel
impl Copy for TricoreCpuModel
impl Eq for TricoreCpuModel
impl StructuralPartialEq for TricoreCpuModel
Auto Trait Implementations§
impl Freeze for TricoreCpuModel
impl RefUnwindSafe for TricoreCpuModel
impl Send for TricoreCpuModel
impl Sync for TricoreCpuModel
impl Unpin for TricoreCpuModel
impl UnwindSafe for TricoreCpuModel
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