Enum Lpb
pub enum Lpb {
_0 = 0,
_1 = 1,
}Expand description
Loop Back Mode
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Lpb
impl Eq for Lpb
impl StructuralPartialEq for Lpb
Auto Trait Implementations§
impl Freeze for Lpb
impl RefUnwindSafe for Lpb
impl Send for Lpb
impl Sync for Lpb
impl Unpin for Lpb
impl UnwindSafe for Lpb
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