Struct xloop_android::win::WinEvent
source · pub struct WinEvent<'a>(pub &'a ());
Tuple Fields§
§0: &'a ()
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for WinEvent<'a>
impl<'a> RefUnwindSafe for WinEvent<'a>
impl<'a> Send for WinEvent<'a>
impl<'a> Sync for WinEvent<'a>
impl<'a> Unpin for WinEvent<'a>
impl<'a> UnwindSafe for WinEvent<'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