Struct ross_protocol::ross_event::ross_bootloader_event::RossBootloaderHelloEvent [−][src]
pub struct RossBootloaderHelloEvent {
pub device_address: u16,
pub programmer_address: u16,
pub firmware_version: u32,
}Fields
device_address: u16programmer_address: u16firmware_version: u32Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for RossBootloaderHelloEventimpl Send for RossBootloaderHelloEventimpl Sync for RossBootloaderHelloEventimpl Unpin for RossBootloaderHelloEventimpl UnwindSafe for RossBootloaderHelloEvent