#[repr(C)]pub struct _CERT_EXTENSIONS {
pub cExtension: DWORD,
pub rgExtension: PCERT_EXTENSION,
}
Fields§
§cExtension: DWORD
§rgExtension: PCERT_EXTENSION
Trait Implementations§
Source§impl Clone for _CERT_EXTENSIONS
impl Clone for _CERT_EXTENSIONS
Source§fn clone(&self) -> _CERT_EXTENSIONS
fn clone(&self) -> _CERT_EXTENSIONS
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for _CERT_EXTENSIONS
impl Debug for _CERT_EXTENSIONS
Source§impl Ord for _CERT_EXTENSIONS
impl Ord for _CERT_EXTENSIONS
Source§fn cmp(&self, other: &_CERT_EXTENSIONS) -> Ordering
fn cmp(&self, other: &_CERT_EXTENSIONS) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _CERT_EXTENSIONS
impl PartialEq for _CERT_EXTENSIONS
Source§impl PartialOrd for _CERT_EXTENSIONS
impl PartialOrd for _CERT_EXTENSIONS
impl Copy for _CERT_EXTENSIONS
impl Eq for _CERT_EXTENSIONS
impl StructuralPartialEq for _CERT_EXTENSIONS
Auto Trait Implementations§
impl Freeze for _CERT_EXTENSIONS
impl RefUnwindSafe for _CERT_EXTENSIONS
impl !Send for _CERT_EXTENSIONS
impl !Sync for _CERT_EXTENSIONS
impl Unpin for _CERT_EXTENSIONS
impl UnwindSafe for _CERT_EXTENSIONS
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