Enum ps2::MouseSampleRate
source · pub enum MouseSampleRate {
_10 = 10,
_20 = 20,
_40 = 40,
_60 = 60,
_80 = 80,
_100 = 100,
_200 = 200,
}
Variants§
Trait Implementations§
source§impl Clone for MouseSampleRate
impl Clone for MouseSampleRate
source§fn clone(&self) -> MouseSampleRate
fn clone(&self) -> MouseSampleRate
Returns a copy 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 moreAuto Trait Implementations§
impl RefUnwindSafe for MouseSampleRate
impl Send for MouseSampleRate
impl Sync for MouseSampleRate
impl Unpin for MouseSampleRate
impl UnwindSafe for MouseSampleRate
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