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