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