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