pub struct Weather<'a> {
pub report: &'a [u8],
}Expand description
APRS weather report bytes.
Fields§
§report: &'a [u8]Weather report bytes after the _ data type identifier.
Implementations§
Trait Implementations§
impl<'a> Copy for Weather<'a>
impl<'a> Eq for Weather<'a>
impl<'a> StructuralPartialEq for Weather<'a>
Auto Trait Implementations§
impl<'a> Freeze for Weather<'a>
impl<'a> RefUnwindSafe for Weather<'a>
impl<'a> Send for Weather<'a>
impl<'a> Sync for Weather<'a>
impl<'a> Unpin for Weather<'a>
impl<'a> UnsafeUnpin for Weather<'a>
impl<'a> UnwindSafe for Weather<'a>
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