pub struct NoEvents;Expand description
Provides a no-op implementation of RtcEvents which can be used in situations that
do not require logging or otherwise doing anything in response to the events defined
as part of RtcEvents.
Trait Implementations§
impl Copy for NoEvents
Source§impl RtcEvents for NoEvents
impl RtcEvents for NoEvents
Source§fn invalid_read(&self)
fn invalid_read(&self)
The driver attempts to read from an invalid offset.
Source§fn invalid_write(&self)
fn invalid_write(&self)
The driver attempts to write to an invalid offset.
Auto Trait Implementations§
impl Freeze for NoEvents
impl RefUnwindSafe for NoEvents
impl Send for NoEvents
impl Sync for NoEvents
impl Unpin for NoEvents
impl UnsafeUnpin for NoEvents
impl UnwindSafe for NoEvents
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