pub struct ContinuousStopStruct {
pub id: u16,
}Expand description
Command to stop the continuous data stream of profile messages.
Fields§
§id: u16The message id to stop streaming. 1300: profile
Trait Implementations§
Source§impl Clone for ContinuousStopStruct
impl Clone for ContinuousStopStruct
Source§fn clone(&self) -> ContinuousStopStruct
fn clone(&self) -> ContinuousStopStruct
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 ContinuousStopStruct
impl Debug for ContinuousStopStruct
Source§impl Default for ContinuousStopStruct
impl Default for ContinuousStopStruct
Source§fn default() -> ContinuousStopStruct
fn default() -> ContinuousStopStruct
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ContinuousStopStruct
impl<'de> Deserialize<'de> for ContinuousStopStruct
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 DeserializePayload for ContinuousStopStruct
impl DeserializePayload for ContinuousStopStruct
fn deserialize(payload: &[u8]) -> Self
Source§impl MessageInfo for ContinuousStopStruct
impl MessageInfo for ContinuousStopStruct
Source§impl PartialEq for ContinuousStopStruct
impl PartialEq for ContinuousStopStruct
Source§impl Serialize for ContinuousStopStruct
impl Serialize for ContinuousStopStruct
impl StructuralPartialEq for ContinuousStopStruct
Auto Trait Implementations§
impl Freeze for ContinuousStopStruct
impl RefUnwindSafe for ContinuousStopStruct
impl Send for ContinuousStopStruct
impl Sync for ContinuousStopStruct
impl Unpin for ContinuousStopStruct
impl UnwindSafe for ContinuousStopStruct
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