pub struct NmeaCommandGroupFunction<T>(pub T);Expand description
NMEA - Command group function
Tuple Fields§
§0: TImplementations§
Source§impl<T: AsRef<[u8]>> NmeaCommandGroupFunction<T>
impl<T: AsRef<[u8]>> NmeaCommandGroupFunction<T>
Trait Implementations§
Source§impl<T: AsMut<[u8]>> BitRangeMut<i128> for NmeaCommandGroupFunction<T>
impl<T: AsMut<[u8]>> BitRangeMut<i128> for NmeaCommandGroupFunction<T>
Source§impl<T: AsMut<[u8]>> BitRangeMut<i16> for NmeaCommandGroupFunction<T>
impl<T: AsMut<[u8]>> BitRangeMut<i16> for NmeaCommandGroupFunction<T>
Source§impl<T: AsMut<[u8]>> BitRangeMut<i32> for NmeaCommandGroupFunction<T>
impl<T: AsMut<[u8]>> BitRangeMut<i32> for NmeaCommandGroupFunction<T>
Source§impl<T: AsMut<[u8]>> BitRangeMut<i64> for NmeaCommandGroupFunction<T>
impl<T: AsMut<[u8]>> BitRangeMut<i64> for NmeaCommandGroupFunction<T>
Source§impl<T: AsMut<[u8]>> BitRangeMut<i8> for NmeaCommandGroupFunction<T>
impl<T: AsMut<[u8]>> BitRangeMut<i8> for NmeaCommandGroupFunction<T>
Source§impl<T: AsMut<[u8]>> BitRangeMut<u128> for NmeaCommandGroupFunction<T>
impl<T: AsMut<[u8]>> BitRangeMut<u128> for NmeaCommandGroupFunction<T>
Source§impl<T: AsMut<[u8]>> BitRangeMut<u16> for NmeaCommandGroupFunction<T>
impl<T: AsMut<[u8]>> BitRangeMut<u16> for NmeaCommandGroupFunction<T>
Source§impl<T: AsMut<[u8]>> BitRangeMut<u32> for NmeaCommandGroupFunction<T>
impl<T: AsMut<[u8]>> BitRangeMut<u32> for NmeaCommandGroupFunction<T>
Source§impl<T: AsMut<[u8]>> BitRangeMut<u64> for NmeaCommandGroupFunction<T>
impl<T: AsMut<[u8]>> BitRangeMut<u64> for NmeaCommandGroupFunction<T>
Source§impl<T: AsMut<[u8]>> BitRangeMut<u8> for NmeaCommandGroupFunction<T>
impl<T: AsMut<[u8]>> BitRangeMut<u8> for NmeaCommandGroupFunction<T>
Auto Trait Implementations§
impl<T> Freeze for NmeaCommandGroupFunction<T>where
T: Freeze,
impl<T> RefUnwindSafe for NmeaCommandGroupFunction<T>where
T: RefUnwindSafe,
impl<T> Send for NmeaCommandGroupFunction<T>where
T: Send,
impl<T> Sync for NmeaCommandGroupFunction<T>where
T: Sync,
impl<T> Unpin for NmeaCommandGroupFunction<T>where
T: Unpin,
impl<T> UnwindSafe for NmeaCommandGroupFunction<T>where
T: UnwindSafe,
Blanket Implementations§
Source§impl<T> BitMut for Twhere
T: BitRangeMut<u8>,
impl<T> BitMut for Twhere
T: BitRangeMut<u8>,
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