#[repr(C)]pub struct CERTSignedDataStr {
pub data: SECItem,
pub signatureAlgorithm: SECAlgorithmID,
pub signature: SECItem,
}Fields§
§data: SECItem§signatureAlgorithm: SECAlgorithmID§signature: SECItemTrait Implementations§
Auto Trait Implementations§
impl Freeze for CERTSignedDataStr
impl RefUnwindSafe for CERTSignedDataStr
impl !Send for CERTSignedDataStr
impl !Sync for CERTSignedDataStr
impl Unpin for CERTSignedDataStr
impl UnwindSafe for CERTSignedDataStr
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