#[repr(i32)]pub enum LATENCY_TIME {
LT_DONT_CARE = 0,
LT_LOWEST_LATENCY = 1,
}Variants§
Trait Implementations§
Source§impl Clone for LATENCY_TIME
impl Clone for LATENCY_TIME
Source§fn clone(&self) -> LATENCY_TIME
fn clone(&self) -> LATENCY_TIME
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LATENCY_TIME
impl Debug for LATENCY_TIME
Source§impl Hash for LATENCY_TIME
impl Hash for LATENCY_TIME
Source§impl PartialEq for LATENCY_TIME
impl PartialEq for LATENCY_TIME
impl Copy for LATENCY_TIME
impl Eq for LATENCY_TIME
impl StructuralPartialEq for LATENCY_TIME
Auto Trait Implementations§
impl Freeze for LATENCY_TIME
impl RefUnwindSafe for LATENCY_TIME
impl Send for LATENCY_TIME
impl Sync for LATENCY_TIME
impl Unpin for LATENCY_TIME
impl UnwindSafe for LATENCY_TIME
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