pub enum HidbusEvent {
OnReportReceived {
report: Report,
},
}
Variants§
Implementations§
Source§impl HidbusEvent
impl HidbusEvent
pub fn into_on_report_received(self) -> Option<Report>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HidbusEvent
impl RefUnwindSafe for HidbusEvent
impl Send for HidbusEvent
impl Sync for HidbusEvent
impl Unpin for HidbusEvent
impl UnwindSafe for HidbusEvent
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