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