pub enum Flexcomm1 {
NoEffect = 0,
ClrStartEn0 = 1,
}Expand description
no description available
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Flexcomm1
impl Eq for Flexcomm1
impl StructuralPartialEq for Flexcomm1
Auto Trait Implementations§
impl Freeze for Flexcomm1
impl RefUnwindSafe for Flexcomm1
impl Send for Flexcomm1
impl Sync for Flexcomm1
impl Unpin for Flexcomm1
impl UnwindSafe for Flexcomm1
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