pub enum HWAnimationSpeedSetting {
Speed1,
Speed2,
Speed3,
Speed4,
Speed5,
Speed6,
Speed7,
Speed8,
Speed9,
}Variants
Speed1
Speed2
Speed3
Speed4
Speed5
Speed6
Speed7
Speed8
Speed9
Auto Trait Implementations
impl RefUnwindSafe for HWAnimationSpeedSetting
impl Send for HWAnimationSpeedSetting
impl Sync for HWAnimationSpeedSetting
impl Unpin for HWAnimationSpeedSetting
impl UnwindSafe for HWAnimationSpeedSetting
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more