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