Struct devotee_backend_softbuffer::SoftContext
source · pub struct SoftContext<'a, Input>where
Input: Input<'a, SoftEventContext<'a>>,{ /* private fields */ }Expand description
Default Context for the Softbuffer backend.
Trait Implementations§
source§impl<'a, Input> Context<'a, Input> for SoftContext<'a, Input>where
Input: Input<'a, SoftEventContext<'a>>,
impl<'a, Input> Context<'a, Input> for SoftContext<'a, Input>where
Input: Input<'a, SoftEventContext<'a>>,
source§impl<'a, Input> Drop for SoftContext<'a, Input>where
Input: Input<'a, SoftEventContext<'a>>,
impl<'a, Input> Drop for SoftContext<'a, Input>where
Input: Input<'a, SoftEventContext<'a>>,
Auto Trait Implementations§
impl<'a, Input> RefUnwindSafe for SoftContext<'a, Input>where
Input: RefUnwindSafe,
impl<'a, Input> !Send for SoftContext<'a, Input>
impl<'a, Input> !Sync for SoftContext<'a, Input>
impl<'a, Input> Unpin for SoftContext<'a, Input>
impl<'a, Input> !UnwindSafe for SoftContext<'a, Input>
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