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