#[repr(C)]pub struct SECKEYFortezzaPublicKeyStr {
pub KEAversion: c_int,
pub DSSversion: c_int,
pub KMID: [c_uchar; 8],
pub clearance: SECItem,
pub KEApriviledge: SECItem,
pub DSSpriviledge: SECItem,
pub KEAKey: SECItem,
pub DSSKey: SECItem,
pub params: SECKEYPQGParams,
pub keaParams: SECKEYPQGParams,
}
Fields§
§KEAversion: c_int
§DSSversion: c_int
§KMID: [c_uchar; 8]
§clearance: SECItem
§KEApriviledge: SECItem
§DSSpriviledge: SECItem
§KEAKey: SECItem
§DSSKey: SECItem
§params: SECKEYPQGParams
§keaParams: SECKEYPQGParams
Trait Implementations§
Source§impl Clone for SECKEYFortezzaPublicKeyStr
impl Clone for SECKEYFortezzaPublicKeyStr
Source§fn clone(&self) -> SECKEYFortezzaPublicKeyStr
fn clone(&self) -> SECKEYFortezzaPublicKeyStr
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 moreimpl Copy for SECKEYFortezzaPublicKeyStr
Auto Trait Implementations§
impl Freeze for SECKEYFortezzaPublicKeyStr
impl RefUnwindSafe for SECKEYFortezzaPublicKeyStr
impl !Send for SECKEYFortezzaPublicKeyStr
impl !Sync for SECKEYFortezzaPublicKeyStr
impl Unpin for SECKEYFortezzaPublicKeyStr
impl UnwindSafe for SECKEYFortezzaPublicKeyStr
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