pub struct SoftEventContext<'a> { /* private fields */ }Expand description
Default Event Context for the Softbuffer backend.
Trait Implementations§
source§impl<'a> EventContext for SoftEventContext<'a>
impl<'a> EventContext for SoftEventContext<'a>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for SoftEventContext<'a>
impl<'a> Send for SoftEventContext<'a>
impl<'a> Sync for SoftEventContext<'a>
impl<'a> Unpin for SoftEventContext<'a>
impl<'a> UnwindSafe for SoftEventContext<'a>
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