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