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