Struct lpc55::secure_binary::Sb2Header
source · [−]pub struct Sb2Header { /* private fields */ }
Expand description
full size: 0x60 = 96 bytes
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Sb2Header
impl Send for Sb2Header
impl Sync for Sb2Header
impl Unpin for Sb2Header
impl UnwindSafe for Sb2Header
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