pub enum KeyLength {}
Expand description
L"KeyLength"
The size, in bits, of the key value of a symmetric key provider. This data type is a DWORD.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for KeyLength
impl RefUnwindSafe for KeyLength
impl Send for KeyLength
impl Sync for KeyLength
impl Unpin for KeyLength
impl UnwindSafe for KeyLength
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