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