Struct lpc55::pki::WrappedPki
source · [−]pub struct WrappedPki {
pub pki: Pki,
}
Expand description
Type enabling lpc55 rotkh
to share config file with the secure/signed
firmware generation commands. Serializes Pki
with a [pki]
header.
Fields
pki: Pki
Trait Implementations
sourceimpl Clone for WrappedPki
impl Clone for WrappedPki
sourcefn clone(&self) -> WrappedPki
fn clone(&self) -> WrappedPki
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 WrappedPki
impl Debug for WrappedPki
sourceimpl<'de> Deserialize<'de> for WrappedPki
impl<'de> Deserialize<'de> for WrappedPki
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl PartialEq<WrappedPki> for WrappedPki
impl PartialEq<WrappedPki> for WrappedPki
sourcefn eq(&self, other: &WrappedPki) -> bool
fn eq(&self, other: &WrappedPki) -> bool
sourceimpl Serialize for WrappedPki
impl Serialize for WrappedPki
impl Eq for WrappedPki
impl StructuralEq for WrappedPki
impl StructuralPartialEq for WrappedPki
Auto Trait Implementations
impl RefUnwindSafe for WrappedPki
impl Send for WrappedPki
impl Sync for WrappedPki
impl Unpin for WrappedPki
impl UnwindSafe for WrappedPki
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.