Struct windows_sys::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: u32Trait Implementations§
§impl Clone for CRYPTO_SETTINGS
impl Clone for CRYPTO_SETTINGS
impl Copy for CRYPTO_SETTINGS
Auto Trait Implementations§
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