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