pub enum SampleEn {
Disable = 0,
Enable = 1,
}Expand description
Sampling Enable
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for SampleEn
impl Eq for SampleEn
impl StructuralPartialEq for SampleEn
Auto Trait Implementations§
impl Freeze for SampleEn
impl RefUnwindSafe for SampleEn
impl Send for SampleEn
impl Sync for SampleEn
impl Unpin for SampleEn
impl UnwindSafe for SampleEn
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