pub enum CPL_A {
ONESCOMPLEMENT = 0,
TWOSCOMPLEMENT = 1,
}
Expand description
Complement bit
Value on reset: 0
Variants§
ONESCOMPLEMENT = 0
0: 1’s complement representation
TWOSCOMPLEMENT = 1
1: 2’s complement representation
Trait Implementations§
impl Copy for CPL_A
impl StructuralPartialEq for CPL_A
Auto Trait Implementations§
impl Freeze for CPL_A
impl RefUnwindSafe for CPL_A
impl Send for CPL_A
impl Sync for CPL_A
impl Unpin for CPL_A
impl UnwindSafe for CPL_A
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