#[repr(u8)]pub enum Captmode1select {
Default = 0,
Captmin = 1,
Captmax = 2,
}
Expand description
Capture mode Channel 1
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for Captmode1select
impl Clone for Captmode1select
Source§fn clone(&self) -> Captmode1select
fn clone(&self) -> Captmode1select
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Captmode1select
impl Debug for Captmode1select
Source§impl From<Captmode1select> for u8
impl From<Captmode1select> for u8
Source§fn from(variant: Captmode1select) -> Self
fn from(variant: Captmode1select) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Captmode1select
impl PartialEq for Captmode1select
impl Copy for Captmode1select
impl Eq for Captmode1select
impl IsEnum for Captmode1select
impl StructuralPartialEq for Captmode1select
Auto Trait Implementations§
impl Freeze for Captmode1select
impl RefUnwindSafe for Captmode1select
impl Send for Captmode1select
impl Sync for Captmode1select
impl Unpin for Captmode1select
impl UnwindSafe for Captmode1select
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