pub enum CPL {
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
impl Eq for CPL
impl StructuralPartialEq for CPL
Auto Trait Implementations§
impl Freeze for CPL
impl RefUnwindSafe for CPL
impl Send for CPL
impl Sync for CPL
impl Unpin for CPL
impl UnwindSafe for CPL
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