pub enum TOTRR {
_00,
_01,
_10,
_11,
}Expand description
Possible values of the field TOTR
Variants§
_00
No Transposition.
_01
Bits in bytes are transposed, bytes are not transposed.
_10
Both bits in bytes and bytes are transposed.
_11
Only bytes are transposed; no bits in a byte are transposed.
Implementations§
Trait Implementations§
impl Copy for TOTRR
impl StructuralPartialEq for TOTRR
Auto Trait Implementations§
impl Freeze for TOTRR
impl RefUnwindSafe for TOTRR
impl Send for TOTRR
impl Sync for TOTRR
impl Unpin for TOTRR
impl UnwindSafe for TOTRR
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