#[repr(u8)]
pub enum EXTEND_A {
ZERO,
ONE,
MSBIT,
LSBIT,
}
Expand description
Data Formatting Bit Extension
Value on reset: 0
Variants
ZERO
0: Extend with zeroes
ONE
1: Extend with ones
MSBIT
2: Extend with Most Significant Bit
LSBIT
3: Extend with Least Significant Bit
Trait Implementations
impl Copy for EXTEND_A
impl StructuralPartialEq for EXTEND_A
Auto Trait Implementations
impl RefUnwindSafe for EXTEND_A
impl Send for EXTEND_A
impl Sync for EXTEND_A
impl Unpin for EXTEND_A
impl UnwindSafe for EXTEND_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