pub struct AndroidEventLoop { /* private fields */ }Expand description
Placeholder for non-Android builds
Implementations§
Trait Implementations§
Source§impl Default for AndroidEventLoop
impl Default for AndroidEventLoop
Source§fn default() -> AndroidEventLoop
fn default() -> AndroidEventLoop
Returns the “default value” for a type. Read more
Source§impl EventLoop for AndroidEventLoop
Available on non-Android only.
impl EventLoop for AndroidEventLoop
Available on non-Android only.
Source§type Window = AndroidWindow
type Window = AndroidWindow
The window type for this event loop
Auto Trait Implementations§
impl Freeze for AndroidEventLoop
impl RefUnwindSafe for AndroidEventLoop
impl Send for AndroidEventLoop
impl Sync for AndroidEventLoop
impl Unpin for AndroidEventLoop
impl UnsafeUnpin for AndroidEventLoop
impl UnwindSafe for AndroidEventLoop
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