Struct lpc55::secure_binary::command::RawBootCommand
source · [−]pub struct RawBootCommand {
pub checksum: u8,
pub tag: u8,
pub flags: u16,
pub address: u32,
pub count: u32,
pub data: u32,
}
Fields
checksum: u8
tag: u8
flags: u16
address: u32
count: u32
data: u32
Implementations
Trait Implementations
sourceimpl Clone for RawBootCommand
impl Clone for RawBootCommand
sourcefn clone(&self) -> RawBootCommand
fn clone(&self) -> RawBootCommand
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for RawBootCommand
impl Debug for RawBootCommand
sourceimpl Default for RawBootCommand
impl Default for RawBootCommand
sourcefn default() -> RawBootCommand
fn default() -> RawBootCommand
Returns the “default value” for a type. Read more
sourceimpl PartialEq<RawBootCommand> for RawBootCommand
impl PartialEq<RawBootCommand> for RawBootCommand
sourcefn eq(&self, other: &RawBootCommand) -> bool
fn eq(&self, other: &RawBootCommand) -> bool
impl Copy for RawBootCommand
impl Eq for RawBootCommand
impl StructuralEq for RawBootCommand
impl StructuralPartialEq for RawBootCommand
Auto Trait Implementations
impl RefUnwindSafe for RawBootCommand
impl Send for RawBootCommand
impl Sync for RawBootCommand
impl Unpin for RawBootCommand
impl UnwindSafe for RawBootCommand
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.