pub enum ResetError {
Timeout,
}Expand description
Reset failure cause.
Variants§
Timeout
DMABUSMODE.SWR did not self-clear within the configured timeout.
Trait Implementations§
Source§impl Clone for ResetError
impl Clone for ResetError
Source§fn clone(&self) -> ResetError
fn clone(&self) -> ResetError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ResetError
impl Debug for ResetError
Source§impl Format for ResetError
impl Format for ResetError
Source§impl From<ResetError> for EmacError
impl From<ResetError> for EmacError
Source§fn from(e: ResetError) -> Self
fn from(e: ResetError) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ResetError
impl PartialEq for ResetError
Source§fn eq(&self, other: &ResetError) -> bool
fn eq(&self, other: &ResetError) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ResetError
impl Eq for ResetError
impl StructuralPartialEq for ResetError
Auto Trait Implementations§
impl Freeze for ResetError
impl RefUnwindSafe for ResetError
impl Send for ResetError
impl Sync for ResetError
impl Unpin for ResetError
impl UnsafeUnpin for ResetError
impl UnwindSafe for ResetError
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