#[repr(C)]pub struct _CRYPT_ATTRIBUTE_TYPE_VALUE {
pub pszObjId: LPSTR,
pub Value: CRYPT_OBJID_BLOB,
}
Fields§
§pszObjId: LPSTR
§Value: CRYPT_OBJID_BLOB
Trait Implementations§
Source§impl Clone for _CRYPT_ATTRIBUTE_TYPE_VALUE
impl Clone for _CRYPT_ATTRIBUTE_TYPE_VALUE
Source§fn clone(&self) -> _CRYPT_ATTRIBUTE_TYPE_VALUE
fn clone(&self) -> _CRYPT_ATTRIBUTE_TYPE_VALUE
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 _CRYPT_ATTRIBUTE_TYPE_VALUE
impl Debug for _CRYPT_ATTRIBUTE_TYPE_VALUE
Source§impl Ord for _CRYPT_ATTRIBUTE_TYPE_VALUE
impl Ord for _CRYPT_ATTRIBUTE_TYPE_VALUE
Source§fn cmp(&self, other: &_CRYPT_ATTRIBUTE_TYPE_VALUE) -> Ordering
fn cmp(&self, other: &_CRYPT_ATTRIBUTE_TYPE_VALUE) -> 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 PartialOrd for _CRYPT_ATTRIBUTE_TYPE_VALUE
impl PartialOrd for _CRYPT_ATTRIBUTE_TYPE_VALUE
impl Copy for _CRYPT_ATTRIBUTE_TYPE_VALUE
impl Eq for _CRYPT_ATTRIBUTE_TYPE_VALUE
impl StructuralPartialEq for _CRYPT_ATTRIBUTE_TYPE_VALUE
Auto Trait Implementations§
impl Freeze for _CRYPT_ATTRIBUTE_TYPE_VALUE
impl RefUnwindSafe for _CRYPT_ATTRIBUTE_TYPE_VALUE
impl !Send for _CRYPT_ATTRIBUTE_TYPE_VALUE
impl !Sync for _CRYPT_ATTRIBUTE_TYPE_VALUE
impl Unpin for _CRYPT_ATTRIBUTE_TYPE_VALUE
impl UnwindSafe for _CRYPT_ATTRIBUTE_TYPE_VALUE
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