pub enum SfcError {
Timeout,
DmaError,
}Expand description
SFC operation error.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SfcError
impl RefUnwindSafe for SfcError
impl Send for SfcError
impl Sync for SfcError
impl Unpin for SfcError
impl UnsafeUnpin for SfcError
impl UnwindSafe for SfcError
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