pub enum Error {
UnreachableTargetFrequency,
Overflow,
InvalidArgument,
TransmissionError,
EndMarkerMissing,
}Expand description
Errors
Variants§
UnreachableTargetFrequency
The desired frequency is impossible to reach
Overflow
The amount of pulses exceeds the size of the FIFO
InvalidArgument
An argument is invalid
TransmissionError
An error occurred during transmission
EndMarkerMissing
No transmission end marker found
Trait Implementations§
impl Copy for Error
impl StructuralPartialEq for Error
Auto Trait Implementations§
impl Freeze for Error
impl RefUnwindSafe for Error
impl Send for Error
impl Sync for Error
impl Unpin 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