#[repr(u8)]pub enum Captureselect {
Disable = 0,
Capt = 1,
Captmin = 2,
Captmax = 3,
Locmin = 4,
Locmax = 5,
Deriv0 = 6,
}
Expand description
Fault B Capture Action
Value on reset: 0
Variants§
Disable = 0
0: No capture
Capt = 1
1: Capture on fault
Captmin = 2
2: Minimum capture
Captmax = 3
3: Maximum capture
Locmin = 4
4: Minimum local detection
Locmax = 5
5: Maximum local detection
Deriv0 = 6
6: Minimum and maximum local detection
Trait Implementations§
Source§impl Clone for Captureselect
impl Clone for Captureselect
Source§fn clone(&self) -> Captureselect
fn clone(&self) -> Captureselect
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 Captureselect
impl Debug for Captureselect
Source§impl From<Captureselect> for u8
impl From<Captureselect> for u8
Source§fn from(variant: Captureselect) -> Self
fn from(variant: Captureselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Captureselect
impl PartialEq for Captureselect
impl Copy for Captureselect
impl Eq for Captureselect
impl IsEnum for Captureselect
impl StructuralPartialEq for Captureselect
Auto Trait Implementations§
impl Freeze for Captureselect
impl RefUnwindSafe for Captureselect
impl Send for Captureselect
impl Sync for Captureselect
impl Unpin for Captureselect
impl UnwindSafe for Captureselect
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