pub enum GpsError {
InvalidPreamble,
UnknownFrameType,
WouldNotFit,
}Available on crate feature
gps only.Variants§
InvalidPreamble
Not a valid GPS preamble
UnknownFrameType
Frame Type is either invalid or not supported
WouldNotFit
Size is too small to encode a correct data frame
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GpsError
impl RefUnwindSafe for GpsError
impl Send for GpsError
impl Sync for GpsError
impl Unpin for GpsError
impl UnsafeUnpin for GpsError
impl UnwindSafe for GpsError
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