pub struct Query1ReplyPayload {
pub version_1: u32,
pub version_2: u32,
pub boot_source: u8,
pub count: u8,
}
Fields§
§version_1: u32
§version_2: u32
§boot_source: u8
0xFF = QSPI, 0 = NOT sdcard, other = sdcard (returns devcfg.MULTIBOOT_ADDR)
count: u8
Number of times this packet has been replied to.
Trait Implementations§
Source§impl Clone for Query1ReplyPayload
impl Clone for Query1ReplyPayload
Source§fn clone(&self) -> Query1ReplyPayload
fn clone(&self) -> Query1ReplyPayload
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Query1ReplyPayload
impl Debug for Query1ReplyPayload
Source§impl Decode for Query1ReplyPayload
impl Decode for Query1ReplyPayload
Source§impl PartialEq for Query1ReplyPayload
impl PartialEq for Query1ReplyPayload
impl Copy for Query1ReplyPayload
impl Eq for Query1ReplyPayload
impl StructuralPartialEq for Query1ReplyPayload
Auto Trait Implementations§
impl Freeze for Query1ReplyPayload
impl RefUnwindSafe for Query1ReplyPayload
impl Send for Query1ReplyPayload
impl Sync for Query1ReplyPayload
impl Unpin for Query1ReplyPayload
impl UnwindSafe for Query1ReplyPayload
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