pub struct SystemTickEvent {
pub receiver_address: u16,
}Fields§
§receiver_address: u16Trait Implementations§
Source§impl ConvertPacket<SystemTickEvent> for SystemTickEvent
impl ConvertPacket<SystemTickEvent> for SystemTickEvent
fn try_from_packet(packet: &Packet) -> Result<Self, ConvertPacketError>
fn to_packet(&self) -> Packet
Source§impl Debug for SystemTickEvent
impl Debug for SystemTickEvent
Source§impl Ord for SystemTickEvent
impl Ord for SystemTickEvent
Source§fn cmp(&self, other: &SystemTickEvent) -> Ordering
fn cmp(&self, other: &SystemTickEvent) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SystemTickEvent
impl PartialEq for SystemTickEvent
Source§impl PartialOrd for SystemTickEvent
impl PartialOrd for SystemTickEvent
impl Eq for SystemTickEvent
impl StructuralPartialEq for SystemTickEvent
Auto Trait Implementations§
impl Freeze for SystemTickEvent
impl RefUnwindSafe for SystemTickEvent
impl Send for SystemTickEvent
impl Sync for SystemTickEvent
impl Unpin for SystemTickEvent
impl UnwindSafe for SystemTickEvent
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