#[repr(C)]pub struct CERTCertListNodeStr {
pub links: PRCList,
pub cert: *mut CERTCertificate,
pub appData: *mut c_void,
}Fields§
§links: PRCList§cert: *mut CERTCertificate§appData: *mut c_voidTrait Implementations§
Auto Trait Implementations§
impl Freeze for CERTCertListNodeStr
impl RefUnwindSafe for CERTCertListNodeStr
impl !Send for CERTCertListNodeStr
impl !Sync for CERTCertListNodeStr
impl Unpin for CERTCertListNodeStr
impl UnwindSafe for CERTCertListNodeStr
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