Struct bluerobotics_ping::ping1d::ContinuousStartStruct
source · pub struct ContinuousStartStruct {
pub id: u16,
}Expand description
Command to initiate continuous data stream of profile messages.
Fields§
§id: u16The message id to stream. 1300: profile
Trait Implementations§
source§impl Clone for ContinuousStartStruct
impl Clone for ContinuousStartStruct
source§fn clone(&self) -> ContinuousStartStruct
fn clone(&self) -> ContinuousStartStruct
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 ContinuousStartStruct
impl Debug for ContinuousStartStruct
source§impl Default for ContinuousStartStruct
impl Default for ContinuousStartStruct
source§fn default() -> ContinuousStartStruct
fn default() -> ContinuousStartStruct
Returns the “default value” for a type. Read more
source§impl DeserializePayload for ContinuousStartStruct
impl DeserializePayload for ContinuousStartStruct
fn deserialize(payload: &[u8]) -> Self
source§impl PartialEq for ContinuousStartStruct
impl PartialEq for ContinuousStartStruct
source§fn eq(&self, other: &ContinuousStartStruct) -> bool
fn eq(&self, other: &ContinuousStartStruct) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ContinuousStartStruct
Auto Trait Implementations§
impl Freeze for ContinuousStartStruct
impl RefUnwindSafe for ContinuousStartStruct
impl Send for ContinuousStartStruct
impl Sync for ContinuousStartStruct
impl Unpin for ContinuousStartStruct
impl UnwindSafe for ContinuousStartStruct
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