#[repr(C)]pub struct SECKEYDHPublicKeyStr {
pub arena: *mut PLArenaPool,
pub prime: SECItem,
pub base: SECItem,
pub publicValue: SECItem,
}
Fields§
§arena: *mut PLArenaPool
§prime: SECItem
§base: SECItem
§publicValue: SECItem
Trait Implementations§
Source§impl Clone for SECKEYDHPublicKeyStr
impl Clone for SECKEYDHPublicKeyStr
Source§fn clone(&self) -> SECKEYDHPublicKeyStr
fn clone(&self) -> SECKEYDHPublicKeyStr
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 SECKEYDHPublicKeyStr
Auto Trait Implementations§
impl Freeze for SECKEYDHPublicKeyStr
impl RefUnwindSafe for SECKEYDHPublicKeyStr
impl !Send for SECKEYDHPublicKeyStr
impl !Sync for SECKEYDHPublicKeyStr
impl Unpin for SECKEYDHPublicKeyStr
impl UnwindSafe for SECKEYDHPublicKeyStr
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