#[repr(u8)]pub enum AsLto {
ShortestDelay = 0,
Mid1Delay = 1,
Mid2Delay = 2,
LongestDelay = 3,
}Variants§
ShortestDelay = 0
Shortest delay.
Mid1Delay = 1
Mid 1 delay.
Mid2Delay = 2
Mid 2 delay.
LongestDelay = 3
Longest delay.
Implementations§
Trait Implementations§
Source§impl Ord for AsLto
impl Ord for AsLto
Source§impl PartialOrd for AsLto
impl PartialOrd for AsLto
impl Copy for AsLto
impl Eq for AsLto
impl StructuralPartialEq for AsLto
Auto Trait Implementations§
impl Freeze for AsLto
impl RefUnwindSafe for AsLto
impl Send for AsLto
impl Sync for AsLto
impl Unpin for AsLto
impl UnwindSafe for AsLto
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