Struct async_std_hidg::MouseOutput
source · [−]#[repr(C, packed)]pub struct MouseOutput {}
Expand description
Keyboard output report
Trait Implementations
sourceimpl AsMut<[u8]> for MouseOutput
impl AsMut<[u8]> for MouseOutput
sourceimpl AsRef<[u8]> for MouseOutput
impl AsRef<[u8]> for MouseOutput
sourceimpl Clone for MouseOutput
impl Clone for MouseOutput
sourcefn clone(&self) -> MouseOutput
fn clone(&self) -> MouseOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for MouseOutput
impl Debug for MouseOutput
sourceimpl Default for MouseOutput
impl Default for MouseOutput
sourcefn default() -> MouseOutput
fn default() -> MouseOutput
Returns the “default value” for a type. Read more
impl Copy for MouseOutput
Auto Trait Implementations
impl RefUnwindSafe for MouseOutput
impl Send for MouseOutput
impl Sync for MouseOutput
impl Unpin for MouseOutput
impl UnwindSafe for MouseOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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