#[repr(u32)]pub enum ArchitecturalResetType {
SystemWarmReset = 0,
}
Expand description
5.1.12 SYSTEM_RESET2 architectural reset type
Variants§
SystemWarmReset = 0
Trait Implementations§
Source§impl Clone for ArchitecturalResetType
impl Clone for ArchitecturalResetType
Source§fn clone(&self) -> ArchitecturalResetType
fn clone(&self) -> ArchitecturalResetType
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 ArchitecturalResetType
impl Debug for ArchitecturalResetType
Source§impl From<ArchitecturalResetType> for u32
impl From<ArchitecturalResetType> for u32
Source§fn from(enum_value: ArchitecturalResetType) -> Self
fn from(enum_value: ArchitecturalResetType) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ArchitecturalResetType
impl PartialEq for ArchitecturalResetType
Source§impl TryFrom<u32> for ArchitecturalResetType
impl TryFrom<u32> for ArchitecturalResetType
impl Copy for ArchitecturalResetType
impl Eq for ArchitecturalResetType
impl StructuralPartialEq for ArchitecturalResetType
Auto Trait Implementations§
impl Freeze for ArchitecturalResetType
impl RefUnwindSafe for ArchitecturalResetType
impl Send for ArchitecturalResetType
impl Sync for ArchitecturalResetType
impl Unpin for ArchitecturalResetType
impl UnwindSafe for ArchitecturalResetType
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