Enum win_crypto_ng::property::KeyLengths
source · 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 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