#[repr(C)]pub struct CERTCertListStr {
pub list: PRCList,
pub arena: *mut PLArenaPool,
}Fields§
§list: PRCList§arena: *mut PLArenaPoolTrait Implementations§
Auto Trait Implementations§
impl Freeze for CERTCertListStr
impl RefUnwindSafe for CERTCertListStr
impl !Send for CERTCertListStr
impl !Sync for CERTCertListStr
impl Unpin for CERTCertListStr
impl UnwindSafe for CERTCertListStr
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