pub enum TEXTENW {
DISABLED,
ENABLED,
}
Expand description
Values that can be written to the field TEXTEN
Variants§
DISABLED
Extended clock timeout detection is disabled
ENABLED
Extended clock timeout detection is enabled
Auto Trait Implementations§
impl Freeze for TEXTENW
impl RefUnwindSafe for TEXTENW
impl Send for TEXTENW
impl Sync for TEXTENW
impl Unpin for TEXTENW
impl UnwindSafe for TEXTENW
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