pub enum CIRCW {
DISABLED,
ENABLED,
}
Expand description
Values that can be written to the field CIRC
Variants§
Auto Trait Implementations§
impl Freeze for CIRCW
impl RefUnwindSafe for CIRCW
impl Send for CIRCW
impl Sync for CIRCW
impl Unpin for CIRCW
impl UnwindSafe for CIRCW
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