pub type CRYPT_OBJID_BLOB = _CRYPTOAPI_BLOB;
Aliased Type§
struct CRYPT_OBJID_BLOB {
pub cbData: u32,
pub pbData: *mut u8,
}
Fields§
§cbData: u32
§pbData: *mut u8
Trait Implementations
Source§impl Clone for _CRYPTOAPI_BLOB
impl Clone for _CRYPTOAPI_BLOB
Source§fn clone(&self) -> _CRYPTOAPI_BLOB
fn clone(&self) -> _CRYPTOAPI_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 _CRYPTOAPI_BLOB
impl Debug for _CRYPTOAPI_BLOB
Source§impl Ord for _CRYPTOAPI_BLOB
impl Ord for _CRYPTOAPI_BLOB
Source§fn cmp(&self, other: &_CRYPTOAPI_BLOB) -> Ordering
fn cmp(&self, other: &_CRYPTOAPI_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