#[repr(C)]pub struct pk11_ctx_t {
pub file: *mut FILE,
pub tool_ctx: *mut hactool_ctx_t,
pub is_pilot: c_int,
pub key_rev: c_uint,
pub stage1: pk11_stage1_t,
pub pk11: *mut pk11_t,
}Fields§
§file: *mut FILE§tool_ctx: *mut hactool_ctx_t§is_pilot: c_int§key_rev: c_uint§stage1: pk11_stage1_t§pk11: *mut pk11_tTrait Implementations§
Source§impl Clone for pk11_ctx_t
impl Clone for pk11_ctx_t
Source§fn clone(&self) -> pk11_ctx_t
fn clone(&self) -> pk11_ctx_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_ctx_t
impl Default for pk11_ctx_t
impl Copy for pk11_ctx_t
Auto Trait Implementations§
impl Freeze for pk11_ctx_t
impl RefUnwindSafe for pk11_ctx_t
impl !Send for pk11_ctx_t
impl !Sync for pk11_ctx_t
impl Unpin for pk11_ctx_t
impl UnwindSafe for pk11_ctx_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