#[repr(C)]pub struct Countersignature {
pub verify_flags: c_int,
pub sign_time: i64,
pub digest_alg: *mut c_char,
pub digest: ByteArray,
pub chain: *mut CertificateArray,
pub certs: *mut CertificateArray,
}
Fields§
§verify_flags: c_int
§sign_time: i64
§digest_alg: *mut c_char
§digest: ByteArray
§chain: *mut CertificateArray
§certs: *mut CertificateArray
Trait Implementations§
Source§impl Clone for Countersignature
impl Clone for Countersignature
Source§fn clone(&self) -> Countersignature
fn clone(&self) -> Countersignature
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 Debug for Countersignature
impl Debug for Countersignature
impl Copy for Countersignature
Auto Trait Implementations§
impl Freeze for Countersignature
impl RefUnwindSafe for Countersignature
impl !Send for Countersignature
impl !Sync for Countersignature
impl Unpin for Countersignature
impl UnwindSafe for Countersignature
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