pub enum LTIME_A {
DEFAULT,
_8MS,
_9MS,
_10MS,
_11MS,
}Expand description
Possible values of the field LTIME
Variants§
DEFAULT
No time-out. Automatic lock
_8MS
Time-out if no lock within 8 ms
_9MS
Time-out if no lock within 9 ms
_10MS
Time-out if no lock within 10 ms
_11MS
Time-out if no lock within 11 ms
Trait Implementations§
impl Copy for LTIME_A
impl StructuralPartialEq for LTIME_A
Auto Trait Implementations§
impl Freeze for LTIME_A
impl RefUnwindSafe for LTIME_A
impl Send for LTIME_A
impl Sync for LTIME_A
impl Unpin for LTIME_A
impl UnwindSafe for LTIME_A
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