#[repr(C)]pub struct VerifyData {
pub crc: u16,
}Expand description
Typed Verify response data.
Fields§
§crc: u16CRC16 of the app region.
Trait Implementations§
Source§impl Clone for VerifyData
impl Clone for VerifyData
Source§fn clone(&self) -> VerifyData
fn clone(&self) -> VerifyData
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 moreimpl Copy for VerifyData
Auto Trait Implementations§
impl Freeze for VerifyData
impl RefUnwindSafe for VerifyData
impl Send for VerifyData
impl Sync for VerifyData
impl Unpin for VerifyData
impl UnsafeUnpin for VerifyData
impl UnwindSafe for VerifyData
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