pub enum CTSCFR {
CLEAR,
_Reserved(bool),
}Expand description
Possible values of the field CTSCF
Variants§
Implementations§
Trait Implementations§
impl Copy for CTSCFR
impl StructuralPartialEq for CTSCFR
Auto Trait Implementations§
impl Freeze for CTSCFR
impl RefUnwindSafe for CTSCFR
impl Send for CTSCFR
impl Sync for CTSCFR
impl Unpin for CTSCFR
impl UnwindSafe for CTSCFR
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