Enum Bb
#[repr(u8)]pub enum Bb {
_0 = 0,
_1 = 1,
}Expand description
PDB Channel Pre-Trigger Back-to-Back Operation Enable
Value on reset: 0
Variants§
_0 = 0
0: PDB channel’s corresponding pre-trigger back-to-back operation disabled.
_1 = 1
1: PDB channel’s corresponding pre-trigger back-to-back operation enabled.
Trait Implementations§
impl Copy for Bb
impl Eq for Bb
impl IsEnum for Bb
impl StructuralPartialEq for Bb
Auto Trait Implementations§
impl Freeze for Bb
impl RefUnwindSafe for Bb
impl Send for Bb
impl Sync for Bb
impl Unpin for Bb
impl UnwindSafe for Bb
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