Enum ps2::MouseResolution
source · pub enum MouseResolution {
Count1PerMm = 0,
Count2PerMm = 1,
Count4PerMm = 2,
Count8PerMm = 3,
}
Variants§
Trait Implementations§
source§impl Clone for MouseResolution
impl Clone for MouseResolution
source§fn clone(&self) -> MouseResolution
fn clone(&self) -> MouseResolution
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 MouseResolution
impl Send for MouseResolution
impl Sync for MouseResolution
impl Unpin for MouseResolution
impl UnwindSafe for MouseResolution
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