pub struct SoftEventControl<'a> { /* private fields */ }Expand description
Event control structure.
Implementations§
Source§impl SoftEventControl<'_>
impl SoftEventControl<'_>
Auto Trait Implementations§
impl<'a> Freeze for SoftEventControl<'a>
impl<'a> !RefUnwindSafe for SoftEventControl<'a>
impl<'a> !Send for SoftEventControl<'a>
impl<'a> !Sync for SoftEventControl<'a>
impl<'a> Unpin for SoftEventControl<'a>
impl<'a> !UnwindSafe for SoftEventControl<'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