pub enum SLOTADJ_A {
RIGHT,
LEFT,
}
Expand description
Data Slot Formatting Adjust
Value on reset: 0
Variants
RIGHT
0: Data is right adjusted in slot
LEFT
1: Data is left adjusted in slot
Trait Implementations
impl Copy for SLOTADJ_A
impl StructuralPartialEq for SLOTADJ_A
Auto Trait Implementations
impl RefUnwindSafe for SLOTADJ_A
impl Send for SLOTADJ_A
impl Sync for SLOTADJ_A
impl Unpin for SLOTADJ_A
impl UnwindSafe for SLOTADJ_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