#[repr(C)]pub struct _CERT_OR_CRL_BLOB {
pub dwChoice: DWORD,
pub cbEncoded: DWORD,
pub pbEncoded: *mut BYTE,
}
Fields§
§dwChoice: DWORD
§cbEncoded: DWORD
§pbEncoded: *mut BYTE
Trait Implementations§
Source§impl Clone for _CERT_OR_CRL_BLOB
impl Clone for _CERT_OR_CRL_BLOB
Source§fn clone(&self) -> _CERT_OR_CRL_BLOB
fn clone(&self) -> _CERT_OR_CRL_BLOB
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_OR_CRL_BLOB
impl Debug for _CERT_OR_CRL_BLOB
Source§impl Ord for _CERT_OR_CRL_BLOB
impl Ord for _CERT_OR_CRL_BLOB
Source§fn cmp(&self, other: &_CERT_OR_CRL_BLOB) -> Ordering
fn cmp(&self, other: &_CERT_OR_CRL_BLOB) -> 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_OR_CRL_BLOB
impl PartialEq for _CERT_OR_CRL_BLOB
Source§impl PartialOrd for _CERT_OR_CRL_BLOB
impl PartialOrd for _CERT_OR_CRL_BLOB
impl Copy for _CERT_OR_CRL_BLOB
impl Eq for _CERT_OR_CRL_BLOB
impl StructuralPartialEq for _CERT_OR_CRL_BLOB
Auto Trait Implementations§
impl Freeze for _CERT_OR_CRL_BLOB
impl RefUnwindSafe for _CERT_OR_CRL_BLOB
impl !Send for _CERT_OR_CRL_BLOB
impl !Sync for _CERT_OR_CRL_BLOB
impl Unpin for _CERT_OR_CRL_BLOB
impl UnwindSafe for _CERT_OR_CRL_BLOB
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