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