#[repr(C)]pub struct CERTSubjectNodeStr {
pub next: *mut CERTSubjectNodeStr,
pub prev: *mut CERTSubjectNodeStr,
pub certKey: SECItem,
pub keyID: SECItem,
}Fields§
§next: *mut CERTSubjectNodeStr§prev: *mut CERTSubjectNodeStr§certKey: SECItem§keyID: SECItemTrait Implementations§
Auto Trait Implementations§
impl Freeze for CERTSubjectNodeStr
impl RefUnwindSafe for CERTSubjectNodeStr
impl !Send for CERTSubjectNodeStr
impl !Sync for CERTSubjectNodeStr
impl Unpin for CERTSubjectNodeStr
impl UnwindSafe for CERTSubjectNodeStr
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