pub struct SrrFeatureAlert {Show 13 fields
pub header: Header,
pub lcma_blis_ignored_track_id: u8,
pub lcma_blis_track_id: u8,
pub lcma_cvw_ttc: f32,
pub cta_ttc_alert: bool,
pub cta_selected_track_ttc: f32,
pub cta_selected_track: u16,
pub cta_alert: u8,
pub cta_active: bool,
pub lcma_cvw_cipv: u8,
pub lcma_cvw_alert_state: u8,
pub lcma_blis_alert_state: u8,
pub lcma_active: bool,
}Fields§
§header: Header§lcma_blis_ignored_track_id: u8§lcma_blis_track_id: u8§lcma_cvw_ttc: f32§cta_ttc_alert: bool§cta_selected_track_ttc: f32§cta_selected_track: u16§cta_alert: u8§cta_active: bool§lcma_cvw_cipv: u8§lcma_cvw_alert_state: u8§lcma_blis_alert_state: u8§lcma_active: boolTrait Implementations§
Source§impl Clone for SrrFeatureAlert
impl Clone for SrrFeatureAlert
Source§fn clone(&self) -> SrrFeatureAlert
fn clone(&self) -> SrrFeatureAlert
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SrrFeatureAlert
impl Debug for SrrFeatureAlert
Source§impl Default for SrrFeatureAlert
impl Default for SrrFeatureAlert
Source§impl<'de> Deserialize<'de> for SrrFeatureAlert
impl<'de> Deserialize<'de> for SrrFeatureAlert
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for SrrFeatureAlert
impl PartialEq for SrrFeatureAlert
Source§impl Serialize for SrrFeatureAlert
impl Serialize for SrrFeatureAlert
impl Message for SrrFeatureAlert
impl StructuralPartialEq for SrrFeatureAlert
Auto Trait Implementations§
impl Freeze for SrrFeatureAlert
impl RefUnwindSafe for SrrFeatureAlert
impl Send for SrrFeatureAlert
impl Sync for SrrFeatureAlert
impl Unpin for SrrFeatureAlert
impl UnwindSafe for SrrFeatureAlert
Blanket Implementations§
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