#[repr(C)]pub struct SecPkgCred_CipherStrengths {
pub dwMinimumCipherStrength: u32,
pub dwMaximumCipherStrength: u32,
}
Expand description
Required features: "Win32_Security_Authentication_Identity"
Fields
dwMinimumCipherStrength: u32
dwMaximumCipherStrength: u32
Trait Implementations
impl Clone for SecPkgCred_CipherStrengths
impl Clone for SecPkgCred_CipherStrengths
impl Copy for SecPkgCred_CipherStrengths
Auto Trait Implementations
impl RefUnwindSafe for SecPkgCred_CipherStrengths
impl Send for SecPkgCred_CipherStrengths
impl Sync for SecPkgCred_CipherStrengths
impl Unpin for SecPkgCred_CipherStrengths
impl UnwindSafe for SecPkgCred_CipherStrengths
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more