pub enum CC1101Error {
Device(DeviceError),
Config(ConfigError),
}
Expand description
Generic type for errors thrown by the module
Variants§
Device(DeviceError)
Config(ConfigError)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CC1101Error
impl RefUnwindSafe for CC1101Error
impl Send for CC1101Error
impl Sync for CC1101Error
impl Unpin for CC1101Error
impl UnwindSafe for CC1101Error
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