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