#[repr(C, packed(1))]pub struct MouseOutput {}
Expand description
Keyboard output report
Trait Implementations§
Source§impl AsMut<[u8]> for MouseOutput
impl AsMut<[u8]> for MouseOutput
Source§impl AsRef<[u8]> for MouseOutput
impl AsRef<[u8]> for MouseOutput
Source§impl Clone for MouseOutput
impl Clone for MouseOutput
Source§fn clone(&self) -> MouseOutput
fn clone(&self) -> MouseOutput
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 moreSource§impl Debug for MouseOutput
impl Debug for MouseOutput
Source§impl Default for MouseOutput
impl Default for MouseOutput
Source§fn default() -> MouseOutput
fn default() -> MouseOutput
Returns the “default value” for a type. Read more
impl Copy for MouseOutput
Auto Trait Implementations§
impl Freeze for MouseOutput
impl RefUnwindSafe for MouseOutput
impl Send for MouseOutput
impl Sync for MouseOutput
impl Unpin for MouseOutput
impl UnwindSafe for MouseOutput
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