#[repr(C)]pub struct pk11_stage1_t {
pub build_hash: [c_uchar; 16],
pub build_date: [c_uchar; 16],
pub stage1: [c_uchar; 16320],
pub pk11_size: u32,
pub _0x3FE4: [c_uchar; 12],
pub ctr: [c_uchar; 16],
}Fields§
§build_hash: [c_uchar; 16]§build_date: [c_uchar; 16]§stage1: [c_uchar; 16320]§pk11_size: u32§_0x3FE4: [c_uchar; 12]§ctr: [c_uchar; 16]Trait Implementations§
Source§impl Clone for pk11_stage1_t
impl Clone for pk11_stage1_t
Source§fn clone(&self) -> pk11_stage1_t
fn clone(&self) -> pk11_stage1_t
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for pk11_stage1_t
impl Default for pk11_stage1_t
impl Copy for pk11_stage1_t
Auto Trait Implementations§
impl Freeze for pk11_stage1_t
impl RefUnwindSafe for pk11_stage1_t
impl Send for pk11_stage1_t
impl Sync for pk11_stage1_t
impl Unpin for pk11_stage1_t
impl UnwindSafe for pk11_stage1_t
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more