pub struct CurrentStatusAndFile<T>(pub T);Expand description
Current Status and File
Tuple Fields§
§0: TImplementations§
Source§impl<T: AsRef<[u8]>> CurrentStatusAndFile<T>
impl<T: AsRef<[u8]>> CurrentStatusAndFile<T>
pub fn zone(&self) -> NmeaOption<Zone>
pub fn source(&self) -> NmeaOption<Source>
pub fn number(&self) -> u32
pub fn id(&self) -> u32
pub fn play_status(&self) -> NmeaOption<PlayStatus>
pub fn elapsed_track_time(&self) -> u32
pub fn track_time(&self) -> u32
pub fn repeat_status(&self) -> NmeaOption<RepeatStatus>
pub fn shuffle_status(&self) -> NmeaOption<ShuffleStatus>
pub fn save_favorite_number(&self) -> u32
pub fn play_favorite_number(&self) -> u32
pub fn thumbs_up_down(&self) -> NmeaOption<ThumbsUpDown>
pub fn signal_strength(&self) -> u32
pub fn radio_frequency(&self) -> u32
pub fn hd_frequency_multicast(&self) -> u32
pub fn delete_favorite_number(&self) -> u32
pub fn total_number_of_tracks(&self) -> u32
Trait Implementations§
Source§impl<T: AsMut<[u8]>> BitRangeMut<i128> for CurrentStatusAndFile<T>
impl<T: AsMut<[u8]>> BitRangeMut<i128> for CurrentStatusAndFile<T>
Source§impl<T: AsMut<[u8]>> BitRangeMut<i16> for CurrentStatusAndFile<T>
impl<T: AsMut<[u8]>> BitRangeMut<i16> for CurrentStatusAndFile<T>
Source§impl<T: AsMut<[u8]>> BitRangeMut<i32> for CurrentStatusAndFile<T>
impl<T: AsMut<[u8]>> BitRangeMut<i32> for CurrentStatusAndFile<T>
Source§impl<T: AsMut<[u8]>> BitRangeMut<i64> for CurrentStatusAndFile<T>
impl<T: AsMut<[u8]>> BitRangeMut<i64> for CurrentStatusAndFile<T>
Source§impl<T: AsMut<[u8]>> BitRangeMut<i8> for CurrentStatusAndFile<T>
impl<T: AsMut<[u8]>> BitRangeMut<i8> for CurrentStatusAndFile<T>
Source§impl<T: AsMut<[u8]>> BitRangeMut<u128> for CurrentStatusAndFile<T>
impl<T: AsMut<[u8]>> BitRangeMut<u128> for CurrentStatusAndFile<T>
Source§impl<T: AsMut<[u8]>> BitRangeMut<u16> for CurrentStatusAndFile<T>
impl<T: AsMut<[u8]>> BitRangeMut<u16> for CurrentStatusAndFile<T>
Source§impl<T: AsMut<[u8]>> BitRangeMut<u32> for CurrentStatusAndFile<T>
impl<T: AsMut<[u8]>> BitRangeMut<u32> for CurrentStatusAndFile<T>
Source§impl<T: AsMut<[u8]>> BitRangeMut<u64> for CurrentStatusAndFile<T>
impl<T: AsMut<[u8]>> BitRangeMut<u64> for CurrentStatusAndFile<T>
Source§impl<T: AsMut<[u8]>> BitRangeMut<u8> for CurrentStatusAndFile<T>
impl<T: AsMut<[u8]>> BitRangeMut<u8> for CurrentStatusAndFile<T>
Auto Trait Implementations§
impl<T> Freeze for CurrentStatusAndFile<T>where
T: Freeze,
impl<T> RefUnwindSafe for CurrentStatusAndFile<T>where
T: RefUnwindSafe,
impl<T> Send for CurrentStatusAndFile<T>where
T: Send,
impl<T> Sync for CurrentStatusAndFile<T>where
T: Sync,
impl<T> Unpin for CurrentStatusAndFile<T>where
T: Unpin,
impl<T> UnwindSafe for CurrentStatusAndFile<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