pub struct DistinctReports(/* private fields */);
Expand description
For tracking distinct HID reports from the keymap.
Implementations§
Trait Implementations§
Source§impl Clone for DistinctReports
impl Clone for DistinctReports
Source§fn clone(&self) -> DistinctReports
fn clone(&self) -> DistinctReports
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 DistinctReports
impl Debug for DistinctReports
Source§impl PartialEq for DistinctReports
impl PartialEq for DistinctReports
impl Eq for DistinctReports
impl StructuralPartialEq for DistinctReports
Auto Trait Implementations§
impl Freeze for DistinctReports
impl RefUnwindSafe for DistinctReports
impl Send for DistinctReports
impl Sync for DistinctReports
impl Unpin for DistinctReports
impl UnwindSafe for DistinctReports
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