pub enum WindowInv {
NoInvert = 0,
Invert = 1,
}Expand description
WINDOW/SAMPLE Signal Invert
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for WindowInv
impl Eq for WindowInv
impl StructuralPartialEq for WindowInv
Auto Trait Implementations§
impl Freeze for WindowInv
impl RefUnwindSafe for WindowInv
impl Send for WindowInv
impl Sync for WindowInv
impl Unpin for WindowInv
impl UnwindSafe for WindowInv
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