Struct lpc55::secure_binary::SignedSb21File
source · [−]pub struct SignedSb21File {
pub unsigned_file: UnsignedSb21File,
pub header_part: Sb21HeaderPart,
pub command_part: Sb21CommandPart,
pub signature: Vec<u8>,
}
Fields
unsigned_file: UnsignedSb21File
header_part: Sb21HeaderPart
command_part: Sb21CommandPart
signature: Vec<u8>
Implementations
Trait Implementations
sourceimpl Clone for SignedSb21File
impl Clone for SignedSb21File
sourcefn clone(&self) -> SignedSb21File
fn clone(&self) -> SignedSb21File
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 moreAuto Trait Implementations
impl RefUnwindSafe for SignedSb21File
impl Send for SignedSb21File
impl Sync for SignedSb21File
impl Unpin for SignedSb21File
impl UnwindSafe for SignedSb21File
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