Struct libnoentiendo::platform::WinitPlatform
source · pub struct WinitPlatform { /* private fields */ }
Expand description
A platform implementation for desktop platforms using Winit and Pixels. This platform runs synchronously.
Implementations§
source§impl WinitPlatform
impl WinitPlatform
Trait Implementations§
source§impl Platform for WinitPlatform
impl Platform for WinitPlatform
source§fn provider(&self) -> Arc<dyn PlatformProvider>
fn provider(&self) -> Arc<dyn PlatformProvider>
Return a reference to a provider for systems to interact with this platform.
source§impl SyncPlatform for WinitPlatform
impl SyncPlatform for WinitPlatform
Auto Trait Implementations§
impl RefUnwindSafe for WinitPlatform
impl Send for WinitPlatform
impl Sync for WinitPlatform
impl Unpin for WinitPlatform
impl UnwindSafe for WinitPlatform
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