#[repr(C)]pub struct _CERT_HASHED_URL {
pub HashAlgorithm: CRYPT_ALGORITHM_IDENTIFIER,
pub Hash: CRYPT_HASH_BLOB,
pub pwszUrl: LPWSTR,
}
Fields§
§HashAlgorithm: CRYPT_ALGORITHM_IDENTIFIER
§Hash: CRYPT_HASH_BLOB
§pwszUrl: LPWSTR
Trait Implementations§
Source§impl Clone for _CERT_HASHED_URL
impl Clone for _CERT_HASHED_URL
Source§fn clone(&self) -> _CERT_HASHED_URL
fn clone(&self) -> _CERT_HASHED_URL
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_HASHED_URL
impl Debug for _CERT_HASHED_URL
Source§impl Ord for _CERT_HASHED_URL
impl Ord for _CERT_HASHED_URL
Source§fn cmp(&self, other: &_CERT_HASHED_URL) -> Ordering
fn cmp(&self, other: &_CERT_HASHED_URL) -> 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_HASHED_URL
impl PartialEq for _CERT_HASHED_URL
Source§impl PartialOrd for _CERT_HASHED_URL
impl PartialOrd for _CERT_HASHED_URL
impl Copy for _CERT_HASHED_URL
impl Eq for _CERT_HASHED_URL
impl StructuralPartialEq for _CERT_HASHED_URL
Auto Trait Implementations§
impl Freeze for _CERT_HASHED_URL
impl RefUnwindSafe for _CERT_HASHED_URL
impl !Send for _CERT_HASHED_URL
impl !Sync for _CERT_HASHED_URL
impl Unpin for _CERT_HASHED_URL
impl UnwindSafe for _CERT_HASHED_URL
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