pub struct AckEvent {
pub receiver_address: u16,
pub transmitter_address: u16,
}Fields§
§receiver_address: u16§transmitter_address: u16Trait Implementations§
Source§impl ConvertPacket<AckEvent> for AckEvent
impl ConvertPacket<AckEvent> for AckEvent
fn try_from_packet(packet: &Packet) -> Result<Self, ConvertPacketError>
fn to_packet(&self) -> Packet
Source§impl Ord for AckEvent
impl Ord for AckEvent
Source§impl PartialOrd for AckEvent
impl PartialOrd for AckEvent
impl Eq for AckEvent
impl StructuralPartialEq for AckEvent
Auto Trait Implementations§
impl Freeze for AckEvent
impl RefUnwindSafe for AckEvent
impl Send for AckEvent
impl Sync for AckEvent
impl Unpin for AckEvent
impl UnwindSafe for AckEvent
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