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