Struct windows::Win32::Security::Authentication::Identity::CRYPTO_SETTINGS
#[repr(C)]pub struct CRYPTO_SETTINGS {
pub eAlgorithmUsage: eTlsAlgorithmUsage,
pub strCngAlgId: LSA_UNICODE_STRING,
pub cChainingModes: u32,
pub rgstrChainingModes: *mut LSA_UNICODE_STRING,
pub dwMinBitLength: u32,
pub dwMaxBitLength: u32,
}
Fields§
§eAlgorithmUsage: eTlsAlgorithmUsage
§strCngAlgId: LSA_UNICODE_STRING
§cChainingModes: u32
§rgstrChainingModes: *mut LSA_UNICODE_STRING
§dwMinBitLength: u32
§dwMaxBitLength: u32
Trait Implementations§
§impl Clone for CRYPTO_SETTINGS
impl Clone for CRYPTO_SETTINGS
§fn clone(&self) -> CRYPTO_SETTINGS
fn clone(&self) -> CRYPTO_SETTINGS
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 more§impl Debug for CRYPTO_SETTINGS
impl Debug for CRYPTO_SETTINGS
§impl Default for CRYPTO_SETTINGS
impl Default for CRYPTO_SETTINGS
§impl PartialEq for CRYPTO_SETTINGS
impl PartialEq for CRYPTO_SETTINGS
§fn eq(&self, other: &CRYPTO_SETTINGS) -> bool
fn eq(&self, other: &CRYPTO_SETTINGS) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for CRYPTO_SETTINGS
impl Eq for CRYPTO_SETTINGS
impl StructuralPartialEq for CRYPTO_SETTINGS
Auto Trait Implementations§
impl Freeze for CRYPTO_SETTINGS
impl RefUnwindSafe for CRYPTO_SETTINGS
impl !Send for CRYPTO_SETTINGS
impl !Sync for CRYPTO_SETTINGS
impl Unpin for CRYPTO_SETTINGS
impl UnwindSafe for CRYPTO_SETTINGS
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)