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