pub enum Loopenselect {
Disabled = 0,
Enabled = 1,
}
Expand description
Local Loopback Enable
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for Loopenselect
impl Clone for Loopenselect
Source§fn clone(&self) -> Loopenselect
fn clone(&self) -> Loopenselect
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 Loopenselect
impl Debug for Loopenselect
Source§impl From<Loopenselect> for bool
impl From<Loopenselect> for bool
Source§fn from(variant: Loopenselect) -> Self
fn from(variant: Loopenselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Loopenselect
impl PartialEq for Loopenselect
impl Copy for Loopenselect
impl Eq for Loopenselect
impl StructuralPartialEq for Loopenselect
Auto Trait Implementations§
impl Freeze for Loopenselect
impl RefUnwindSafe for Loopenselect
impl Send for Loopenselect
impl Sync for Loopenselect
impl Unpin for Loopenselect
impl UnwindSafe for Loopenselect
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