pub struct PingIntervalStruct {
pub ping_interval: u16,
}Expand description
The interval between acoustic measurements.
Fields§
§ping_interval: u16The minimum interval between acoustic measurements. The actual interval may be longer.
Trait Implementations§
Source§impl Clone for PingIntervalStruct
impl Clone for PingIntervalStruct
Source§fn clone(&self) -> PingIntervalStruct
fn clone(&self) -> PingIntervalStruct
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 PingIntervalStruct
impl Debug for PingIntervalStruct
Source§impl Default for PingIntervalStruct
impl Default for PingIntervalStruct
Source§fn default() -> PingIntervalStruct
fn default() -> PingIntervalStruct
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PingIntervalStruct
impl<'de> Deserialize<'de> for PingIntervalStruct
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 PingIntervalStruct
impl DeserializePayload for PingIntervalStruct
fn deserialize(payload: &[u8]) -> Self
Source§impl PartialEq for PingIntervalStruct
impl PartialEq for PingIntervalStruct
Source§impl Serialize for PingIntervalStruct
impl Serialize for PingIntervalStruct
impl StructuralPartialEq for PingIntervalStruct
Auto Trait Implementations§
impl Freeze for PingIntervalStruct
impl RefUnwindSafe for PingIntervalStruct
impl Send for PingIntervalStruct
impl Sync for PingIntervalStruct
impl Unpin for PingIntervalStruct
impl UnwindSafe for PingIntervalStruct
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