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