Struct lpc55::secure_binary::CertificateBlockHeader
source · [−]Fields
major: u16
minor: u16
build: u16
Auto Trait Implementations
impl RefUnwindSafe for CertificateBlockHeader
impl Send for CertificateBlockHeader
impl Sync for CertificateBlockHeader
impl Unpin for CertificateBlockHeader
impl UnwindSafe for CertificateBlockHeader
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