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