#[repr(C)]pub struct SECAlgorithmIDStr {
pub algorithm: SECItem,
pub parameters: SECItem,
}
Fields§
§algorithm: SECItem
§parameters: SECItem
Trait Implementations§
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