pub enum TOTRW {
_00,
_01,
_10,
_11,
}Expand description
Values that can be written to 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.
Auto Trait Implementations§
impl Freeze for TOTRW
impl RefUnwindSafe for TOTRW
impl Send for TOTRW
impl Sync for TOTRW
impl Unpin for TOTRW
impl UnwindSafe for TOTRW
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