#[repr(C)]pub struct BCRYPT_KEY_LENGTHS_STRUCT {
pub dwMinLength: u32,
pub dwMaxLength: u32,
pub dwIncrement: u32,
}
Fields§
§dwMinLength: u32
§dwMaxLength: u32
§dwIncrement: u32
Trait Implementations§
§impl Clone for BCRYPT_KEY_LENGTHS_STRUCT
impl Clone for BCRYPT_KEY_LENGTHS_STRUCT
impl Copy for BCRYPT_KEY_LENGTHS_STRUCT
Auto Trait Implementations§
impl RefUnwindSafe for BCRYPT_KEY_LENGTHS_STRUCT
impl Send for BCRYPT_KEY_LENGTHS_STRUCT
impl Sync for BCRYPT_KEY_LENGTHS_STRUCT
impl Unpin for BCRYPT_KEY_LENGTHS_STRUCT
impl UnwindSafe for BCRYPT_KEY_LENGTHS_STRUCT
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