pub struct MrrControlMsgFR {
pub header: Header,
pub can_sensitivity_profile_select: u8,
pub can_stop_frequency_frml: u16,
pub can_stop_frequency_frll: u16,
pub can_prp_factor_frml: f32,
pub can_prp_factor_frll: f32,
pub can_desired_sweep_bw_frml: u8,
pub can_desired_sweep_bw_frll: u8,
}Fields§
§header: Header§can_sensitivity_profile_select: u8§can_stop_frequency_frml: u16§can_stop_frequency_frll: u16§can_prp_factor_frml: f32§can_prp_factor_frll: f32§can_desired_sweep_bw_frml: u8§can_desired_sweep_bw_frll: u8Trait Implementations§
Source§impl Clone for MrrControlMsgFR
impl Clone for MrrControlMsgFR
Source§fn clone(&self) -> MrrControlMsgFR
fn clone(&self) -> MrrControlMsgFR
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 MrrControlMsgFR
impl Debug for MrrControlMsgFR
Source§impl Default for MrrControlMsgFR
impl Default for MrrControlMsgFR
Source§impl<'de> Deserialize<'de> for MrrControlMsgFR
impl<'de> Deserialize<'de> for MrrControlMsgFR
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 MrrControlMsgFR
impl PartialEq for MrrControlMsgFR
Source§impl Serialize for MrrControlMsgFR
impl Serialize for MrrControlMsgFR
impl Message for MrrControlMsgFR
impl StructuralPartialEq for MrrControlMsgFR
Auto Trait Implementations§
impl Freeze for MrrControlMsgFR
impl RefUnwindSafe for MrrControlMsgFR
impl Send for MrrControlMsgFR
impl Sync for MrrControlMsgFR
impl Unpin for MrrControlMsgFR
impl UnwindSafe for MrrControlMsgFR
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