pub enum BitReversal {
ByByte,
ByHalfWord,
ByWord,
}
Expand description
Bit reversal settings.
Variants§
Auto Trait Implementations§
impl Freeze for BitReversal
impl RefUnwindSafe for BitReversal
impl Send for BitReversal
impl Sync for BitReversal
impl Unpin for BitReversal
impl UnwindSafe for BitReversal
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