pub struct PeripheralPacket { /* private fields */ }Expand description
Peripheral reply packet for latency/telemetry exchange.
Implementations§
Trait Implementations§
Source§impl Debug for PeripheralPacket
impl Debug for PeripheralPacket
Source§impl<'de> Deserialize<'de> for PeripheralPacket
impl<'de> Deserialize<'de> for PeripheralPacket
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 PartialEq for PeripheralPacket
impl PartialEq for PeripheralPacket
Source§impl Serialize for PeripheralPacket
impl Serialize for PeripheralPacket
impl StructuralPartialEq for PeripheralPacket
Auto Trait Implementations§
impl Freeze for PeripheralPacket
impl RefUnwindSafe for PeripheralPacket
impl Send for PeripheralPacket
impl Sync for PeripheralPacket
impl Unpin for PeripheralPacket
impl UnsafeUnpin for PeripheralPacket
impl UnwindSafe for PeripheralPacket
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