pub struct AlertConfiguration<T>(pub T);Expand description
Alert Configuration
Tuple Fields§
§0: TImplementations§
Source§impl<T: AsRef<[u8]>> AlertConfiguration<T>
impl<T: AsRef<[u8]>> AlertConfiguration<T>
pub fn alert_type(&self) -> NmeaOption<AlertType>
pub fn alert_category(&self) -> NmeaOption<AlertCategory>
pub fn alert_system(&self) -> u32
pub fn alert_sub_system(&self) -> u32
pub fn alert_id(&self) -> u32
pub fn data_source_network_id_name(&self) -> u32
pub fn data_source_instance(&self) -> u32
pub fn data_source_index_source(&self) -> u32
pub fn alert_occurrence_number(&self) -> u32
pub fn alert_control(&self) -> u32
pub fn user_defined_alert_assignment(&self) -> u32
pub fn reserved(&self) -> u32
pub fn reactivation_period(&self) -> u32
pub fn temporary_silence_period(&self) -> u32
pub fn escalation_period(&self) -> u32
Trait Implementations§
Source§impl<T: AsMut<[u8]>> BitRangeMut<i128> for AlertConfiguration<T>
impl<T: AsMut<[u8]>> BitRangeMut<i128> for AlertConfiguration<T>
Source§impl<T: AsMut<[u8]>> BitRangeMut<i16> for AlertConfiguration<T>
impl<T: AsMut<[u8]>> BitRangeMut<i16> for AlertConfiguration<T>
Source§impl<T: AsMut<[u8]>> BitRangeMut<i32> for AlertConfiguration<T>
impl<T: AsMut<[u8]>> BitRangeMut<i32> for AlertConfiguration<T>
Source§impl<T: AsMut<[u8]>> BitRangeMut<i64> for AlertConfiguration<T>
impl<T: AsMut<[u8]>> BitRangeMut<i64> for AlertConfiguration<T>
Source§impl<T: AsMut<[u8]>> BitRangeMut<i8> for AlertConfiguration<T>
impl<T: AsMut<[u8]>> BitRangeMut<i8> for AlertConfiguration<T>
Source§impl<T: AsMut<[u8]>> BitRangeMut<u128> for AlertConfiguration<T>
impl<T: AsMut<[u8]>> BitRangeMut<u128> for AlertConfiguration<T>
Source§impl<T: AsMut<[u8]>> BitRangeMut<u16> for AlertConfiguration<T>
impl<T: AsMut<[u8]>> BitRangeMut<u16> for AlertConfiguration<T>
Source§impl<T: AsMut<[u8]>> BitRangeMut<u32> for AlertConfiguration<T>
impl<T: AsMut<[u8]>> BitRangeMut<u32> for AlertConfiguration<T>
Source§impl<T: AsMut<[u8]>> BitRangeMut<u64> for AlertConfiguration<T>
impl<T: AsMut<[u8]>> BitRangeMut<u64> for AlertConfiguration<T>
Source§impl<T: AsMut<[u8]>> BitRangeMut<u8> for AlertConfiguration<T>
impl<T: AsMut<[u8]>> BitRangeMut<u8> for AlertConfiguration<T>
Auto Trait Implementations§
impl<T> Freeze for AlertConfiguration<T>where
T: Freeze,
impl<T> RefUnwindSafe for AlertConfiguration<T>where
T: RefUnwindSafe,
impl<T> Send for AlertConfiguration<T>where
T: Send,
impl<T> Sync for AlertConfiguration<T>where
T: Sync,
impl<T> Unpin for AlertConfiguration<T>where
T: Unpin,
impl<T> UnwindSafe for AlertConfiguration<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