#[repr(C)]pub struct NCRYPT_SUPPORTED_LENGTHS {
pub dwMinLength: u32,
pub dwMaxLength: u32,
pub dwIncrement: u32,
pub dwDefaultLength: u32,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields
dwMinLength: u32
dwMaxLength: u32
dwIncrement: u32
dwDefaultLength: u32
Trait Implementations
impl Clone for NCRYPT_SUPPORTED_LENGTHS
impl Clone for NCRYPT_SUPPORTED_LENGTHS
impl Copy for NCRYPT_SUPPORTED_LENGTHS
Auto Trait Implementations
impl RefUnwindSafe for NCRYPT_SUPPORTED_LENGTHS
impl Send for NCRYPT_SUPPORTED_LENGTHS
impl Sync for NCRYPT_SUPPORTED_LENGTHS
impl Unpin for NCRYPT_SUPPORTED_LENGTHS
impl UnwindSafe for NCRYPT_SUPPORTED_LENGTHS
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