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