pub enum Timectrl {
NoTimeControlType = 0,
Atleast1TimeControl = 1,
}Expand description
Time Control
Value on reset: 1
Variants§
NoTimeControlType = 0
0: No time control supported
Atleast1TimeControl = 1
1: At least one time-control type supported
Trait Implementations§
impl Copy for Timectrl
impl Eq for Timectrl
impl StructuralPartialEq for Timectrl
Auto Trait Implementations§
impl Freeze for Timectrl
impl RefUnwindSafe for Timectrl
impl Send for Timectrl
impl Sync for Timectrl
impl Unpin for Timectrl
impl UnsafeUnpin for Timectrl
impl UnwindSafe for Timectrl
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