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