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