pub enum Lodselect {
None = 0,
Last = 1,
}
Expand description
Last Output Data Mode
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Lodselect
impl Eq for Lodselect
impl StructuralPartialEq for Lodselect
Auto Trait Implementations§
impl Freeze for Lodselect
impl RefUnwindSafe for Lodselect
impl Send for Lodselect
impl Sync for Lodselect
impl Unpin for Lodselect
impl UnwindSafe for Lodselect
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