#[repr(C)]pub struct CertSignCtx {
pub sig: *mut byte,
pub digest: *mut byte,
pub encSig: *mut byte,
pub encSigSz: c_int,
pub state: c_int,
}Fields§
§sig: *mut byte§digest: *mut byte§encSig: *mut byte§encSigSz: c_int§state: c_intTrait Implementations§
Source§impl Clone for CertSignCtx
impl Clone for CertSignCtx
Source§fn clone(&self) -> CertSignCtx
fn clone(&self) -> CertSignCtx
Returns a duplicate 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 Debug for CertSignCtx
impl Debug for CertSignCtx
impl Copy for CertSignCtx
Auto Trait Implementations§
impl Freeze for CertSignCtx
impl RefUnwindSafe for CertSignCtx
impl !Send for CertSignCtx
impl !Sync for CertSignCtx
impl Unpin for CertSignCtx
impl UnwindSafe for CertSignCtx
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