pub enum Error {
Overrun,
}๐Deprecated since 0.13.0:
The sercom::v1::spi module is deprecated, and will be removed in a subsequent release.
Please use the sercom::v2::spi module instead.
Variantsยง
Overrun
๐Deprecated since 0.13.0:
The sercom::v1::spi module is deprecated, and will be removed in a subsequent release.
Please use the sercom::v2::spi module instead.
Trait Implementationsยง
Auto Trait Implementationsยง
impl Freeze for Error
impl RefUnwindSafe for Error
impl Send for Error
impl Sync for Error
impl Unpin for Error
impl UnsafeUnpin for Error
impl UnwindSafe for Error
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