pub enum GnssError {
Malformed,
BufferTooSmall,
UnknownProperty,
}Expand description
Encode or decode error.
Variants§
Malformed
A value whose length, range, or code the property does not allow.
BufferTooSmall
The output buffer cannot hold the encoded value.
UnknownProperty
The key is not a positioning property this module encodes.
Trait Implementations§
impl Copy for GnssError
impl Eq for GnssError
impl StructuralPartialEq for GnssError
Auto Trait Implementations§
impl Freeze for GnssError
impl RefUnwindSafe for GnssError
impl Send for GnssError
impl Sync for GnssError
impl Unpin for GnssError
impl UnwindSafe for GnssError
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)