Enum Insrc
pub enum Insrc {
_0 = 0,
_1 = 1,
}Expand description
Input Source
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Insrc
impl Eq for Insrc
impl StructuralPartialEq for Insrc
Auto Trait Implementations§
impl Freeze for Insrc
impl RefUnwindSafe for Insrc
impl Send for Insrc
impl Sync for Insrc
impl Unpin for Insrc
impl UnwindSafe for Insrc
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