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