Enum ps2::HostToMouseCommand
source · pub enum HostToMouseCommand {
Show 15 variants
SetScaling = 230,
SetResolution = 232,
StatusRequest = 233,
SetStreamMode = 234,
ReadData = 235,
ResetWrapMode = 236,
SetWrapMode = 238,
SetRemoteMode = 240,
GetDeviceID = 242,
SampleRate = 243,
EnableDataReporting = 244,
DisableDataReporting = 245,
SetDefaults = 246,
ResendByte = 254,
Reset = 255,
}
Variants§
SetScaling = 230
either to 1 or 2
SetResolution = 232
set MouseResolution
StatusRequest = 233
SetStreamMode = 234
ReadData = 235
ResetWrapMode = 236
SetWrapMode = 238
SetRemoteMode = 240
GetDeviceID = 242
SampleRate = 243
EnableDataReporting = 244
DisableDataReporting = 245
SetDefaults = 246
ResendByte = 254
Reset = 255
Trait Implementations§
source§impl Clone for HostToMouseCommand
impl Clone for HostToMouseCommand
source§fn clone(&self) -> HostToMouseCommand
fn clone(&self) -> HostToMouseCommand
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 HostToMouseCommand
impl Send for HostToMouseCommand
impl Sync for HostToMouseCommand
impl Unpin for HostToMouseCommand
impl UnwindSafe for HostToMouseCommand
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