pub enum ScreenCaptureEvent {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ScreenCaptureEvent
impl RefUnwindSafe for ScreenCaptureEvent
impl Send for ScreenCaptureEvent
impl Sync for ScreenCaptureEvent
impl Unpin for ScreenCaptureEvent
impl UnwindSafe for ScreenCaptureEvent
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