Struct bluerobotics_ping::ping1d::ContinuousStopStruct
source · 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 copy 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 DeserializePayload for ContinuousStopStruct
impl DeserializePayload for ContinuousStopStruct
fn deserialize(payload: &[u8]) -> Self
source§impl PartialEq for ContinuousStopStruct
impl PartialEq for ContinuousStopStruct
source§fn eq(&self, other: &ContinuousStopStruct) -> bool
fn eq(&self, other: &ContinuousStopStruct) -> bool
This method tests for
self and other values to be equal, and is used
by ==.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