pub enum KeyLengths {}
Expand description
L"KeyLengths"
The key lengths that are supported by the algorithm. This property is a BCRYPT_KEY_LENGTHS_STRUCT structure. This property only applies to algorithms.
Trait Implementations§
Source§impl Property for KeyLengths
impl Property for KeyLengths
const IDENTIFIER: &'static str = bcrypt::BCRYPT_KEY_LENGTHS
type Value = BCRYPT_KEY_LENGTHS_STRUCT
Auto Trait Implementations§
impl Freeze for KeyLengths
impl RefUnwindSafe for KeyLengths
impl Send for KeyLengths
impl Sync for KeyLengths
impl Unpin for KeyLengths
impl UnwindSafe for KeyLengths
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