#[repr(C)]pub struct SECKEYPrivateKeyStr {
pub arena: *mut PLArenaPool,
pub keyType: u32,
pub pkcs11Slot: *mut PK11SlotInfo,
pub pkcs11ID: CK_OBJECT_HANDLE,
pub pkcs11IsTemp: PRBool,
pub wincx: *mut c_void,
pub staticflags: PRUint32,
}
Fields§
§arena: *mut PLArenaPool
§keyType: u32
§pkcs11Slot: *mut PK11SlotInfo
§pkcs11ID: CK_OBJECT_HANDLE
§pkcs11IsTemp: PRBool
§wincx: *mut c_void
§staticflags: PRUint32
Auto Trait Implementations§
impl Freeze for SECKEYPrivateKeyStr
impl RefUnwindSafe for SECKEYPrivateKeyStr
impl !Send for SECKEYPrivateKeyStr
impl !Sync for SECKEYPrivateKeyStr
impl Unpin for SECKEYPrivateKeyStr
impl UnwindSafe for SECKEYPrivateKeyStr
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