pub struct SimnetApCommand<T>(pub T);Expand description
Simnet: AP Command
Tuple Fields§
§0: TImplementations§
Source§impl<T: AsRef<[u8]>> SimnetApCommand<T>
impl<T: AsRef<[u8]>> SimnetApCommand<T>
pub fn manufacturer_code(&self) -> u32
pub fn reserved(&self) -> u32
pub fn industry_code(&self) -> u32
pub fn address(&self) -> u32
pub fn reserved_5(&self) -> u32
pub fn proprietary_id(&self) -> u32
pub fn ap_status(&self) -> NmeaOption<ApStatus>
pub fn ap_command(&self) -> NmeaOption<ApCommand>
pub fn spare_9(&self) -> u32
pub fn direction(&self) -> NmeaOption<Direction>
pub fn angle(&self) -> u32
Trait Implementations§
Source§impl<T: AsMut<[u8]>> BitRangeMut<i128> for SimnetApCommand<T>
impl<T: AsMut<[u8]>> BitRangeMut<i128> for SimnetApCommand<T>
Source§impl<T: AsMut<[u8]>> BitRangeMut<i16> for SimnetApCommand<T>
impl<T: AsMut<[u8]>> BitRangeMut<i16> for SimnetApCommand<T>
Source§impl<T: AsMut<[u8]>> BitRangeMut<i32> for SimnetApCommand<T>
impl<T: AsMut<[u8]>> BitRangeMut<i32> for SimnetApCommand<T>
Source§impl<T: AsMut<[u8]>> BitRangeMut<i64> for SimnetApCommand<T>
impl<T: AsMut<[u8]>> BitRangeMut<i64> for SimnetApCommand<T>
Source§impl<T: AsMut<[u8]>> BitRangeMut<i8> for SimnetApCommand<T>
impl<T: AsMut<[u8]>> BitRangeMut<i8> for SimnetApCommand<T>
Source§impl<T: AsMut<[u8]>> BitRangeMut<u128> for SimnetApCommand<T>
impl<T: AsMut<[u8]>> BitRangeMut<u128> for SimnetApCommand<T>
Source§impl<T: AsMut<[u8]>> BitRangeMut<u16> for SimnetApCommand<T>
impl<T: AsMut<[u8]>> BitRangeMut<u16> for SimnetApCommand<T>
Source§impl<T: AsMut<[u8]>> BitRangeMut<u32> for SimnetApCommand<T>
impl<T: AsMut<[u8]>> BitRangeMut<u32> for SimnetApCommand<T>
Source§impl<T: AsMut<[u8]>> BitRangeMut<u64> for SimnetApCommand<T>
impl<T: AsMut<[u8]>> BitRangeMut<u64> for SimnetApCommand<T>
Source§impl<T: AsMut<[u8]>> BitRangeMut<u8> for SimnetApCommand<T>
impl<T: AsMut<[u8]>> BitRangeMut<u8> for SimnetApCommand<T>
Auto Trait Implementations§
impl<T> Freeze for SimnetApCommand<T>where
T: Freeze,
impl<T> RefUnwindSafe for SimnetApCommand<T>where
T: RefUnwindSafe,
impl<T> Send for SimnetApCommand<T>where
T: Send,
impl<T> Sync for SimnetApCommand<T>where
T: Sync,
impl<T> Unpin for SimnetApCommand<T>where
T: Unpin,
impl<T> UnwindSafe for SimnetApCommand<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