pub enum DATAINVW {
POSITIVE,
NEGATIVE,
}
Expand description
Values that can be written to the field DATAINV
Variants§
POSITIVE
Logical data from the data register are send/received in positive/direct logic
NEGATIVE
Logical data from the data register are send/received in negative/inverse logic
Auto Trait Implementations§
impl Freeze for DATAINVW
impl RefUnwindSafe for DATAINVW
impl Send for DATAINVW
impl Sync for DATAINVW
impl Unpin for DATAINVW
impl UnwindSafe for DATAINVW
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