#[repr(u8)]
pub enum CFBS_A {
    _128BIT,
    _64BIT,
    _32BIT,
    _16BIT,
    _8BIT,
}Expand description
Cipher Feedback Block Size
Value on reset: 0
Variants
_128BIT
0: 128-bit Input data block for Encryption/Decryption in Cipher Feedback mode
_64BIT
1: 64-bit Input data block for Encryption/Decryption in Cipher Feedback mode
_32BIT
2: 32-bit Input data block for Encryption/Decryption in Cipher Feedback mode
_16BIT
3: 16-bit Input data block for Encryption/Decryption in Cipher Feedback mode
_8BIT
4: 8-bit Input data block for Encryption/Decryption in Cipher Feedback mode
Trait Implementations
impl Copy for CFBS_A
impl StructuralPartialEq for CFBS_A
Auto Trait Implementations
impl RefUnwindSafe for CFBS_A
impl Send for CFBS_A
impl Sync for CFBS_A
impl Unpin for CFBS_A
impl UnwindSafe for CFBS_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more