pub enum BlockLength {}
Expand description
L"BlockLength"
The size, in bytes, of a cipher block for the algorithm. This property only applies to block cipher algorithms. This data type is a DWORD.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BlockLength
impl RefUnwindSafe for BlockLength
impl Send for BlockLength
impl Sync for BlockLength
impl Unpin for BlockLength
impl UnwindSafe for BlockLength
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