#[repr(u8)]pub enum Timectrl {
NoTimeControl = 0,
Sync = 1,
AsyncMode = 2,
Bothsyncasync = 3,
}Expand description
Time Control
Value on reset: 0
Variants§
NoTimeControl = 0
0: NO_TIME_CONTROL (no time control is enabled)
Sync = 1
1: SYNC_MODE (Synchronous mode is enabled)
AsyncMode = 2
2: ASYNC_MODE (Asynchronous standard mode (0 or 1) is enabled)
Bothsyncasync = 3
3: BOTHSYNCASYNC (both Synchronous and Asynchronous modes are enabled)
Trait Implementations§
impl Copy for Timectrl
impl Eq for Timectrl
impl IsEnum 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