#[repr(u8)]pub enum Asp {
NONE = 0,
ECC_ONLY = 1,
AS_NPPE = 2,
AS_PPE = 3,
}Variants§
NONE = 0
No Safety features selected
ECC_ONLY = 1
Only “ECC protection for external memory” feature is selected
AS_NPPE = 2
All the Automotive Safety features are selected without the “Parity Port Enable for external interface” feature
AS_PPE = 3
All the Automotive Safety features are selected with the “Parity Port Enable for external interface” feature
Implementations§
Trait Implementations§
Source§impl Ord for Asp
impl Ord for Asp
Source§impl PartialOrd for Asp
impl PartialOrd for Asp
impl Copy for Asp
impl Eq for Asp
impl StructuralPartialEq for Asp
Auto Trait Implementations§
impl Freeze for Asp
impl RefUnwindSafe for Asp
impl Send for Asp
impl Sync for Asp
impl Unpin for Asp
impl UnwindSafe for Asp
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