#[repr(i32)]pub enum VelocityMeasPeriod {
Period_1Ms = 1,
Period_2Ms = 2,
Period_5Ms = 5,
Period_10Ms = 10,
Period_20Ms = 20,
Period_25Ms = 25,
Period_50Ms = 50,
Period_100Ms = 100,
}Variants§
Period_1Ms = 1
Period_2Ms = 2
Period_5Ms = 5
Period_10Ms = 10
Period_20Ms = 20
Period_25Ms = 25
Period_50Ms = 50
Period_100Ms = 100
Trait Implementations§
Source§impl Clone for VelocityMeasPeriod
impl Clone for VelocityMeasPeriod
Source§fn clone(&self) -> VelocityMeasPeriod
fn clone(&self) -> VelocityMeasPeriod
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 VelocityMeasPeriod
impl Debug for VelocityMeasPeriod
Source§impl Hash for VelocityMeasPeriod
impl Hash for VelocityMeasPeriod
Source§impl PartialEq for VelocityMeasPeriod
impl PartialEq for VelocityMeasPeriod
impl Copy for VelocityMeasPeriod
impl Eq for VelocityMeasPeriod
impl StructuralPartialEq for VelocityMeasPeriod
Auto Trait Implementations§
impl Freeze for VelocityMeasPeriod
impl RefUnwindSafe for VelocityMeasPeriod
impl Send for VelocityMeasPeriod
impl Sync for VelocityMeasPeriod
impl Unpin for VelocityMeasPeriod
impl UnwindSafe for VelocityMeasPeriod
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