#[repr(u8)]pub enum Tcl {
TCL_0 = 0,
TCL_1 = 1,
}Variants§
TCL_0 = 0
Time Compensation Register is locked and writes are ignored.
TCL_1 = 1
Time Compensation Register is not locked and writes complete as normal.
Implementations§
Trait Implementations§
Source§impl Ord for Tcl
impl Ord for Tcl
Source§impl PartialOrd for Tcl
impl PartialOrd for Tcl
impl Copy for Tcl
impl Eq for Tcl
impl StructuralPartialEq for Tcl
Auto Trait Implementations§
impl Freeze for Tcl
impl RefUnwindSafe for Tcl
impl Send for Tcl
impl Sync for Tcl
impl Unpin for Tcl
impl UnwindSafe for Tcl
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