pub struct GeneratedPlatformAdapter<P> { /* private fields */ }Expand description
Adapts a Platform to the portable engine’s PortablePlatform interface.
Implementations§
Source§impl<P> GeneratedPlatformAdapter<P>
impl<P> GeneratedPlatformAdapter<P>
Trait Implementations§
Source§impl<P: Clone> Clone for GeneratedPlatformAdapter<P>
impl<P: Clone> Clone for GeneratedPlatformAdapter<P>
Source§fn clone(&self) -> GeneratedPlatformAdapter<P>
fn clone(&self) -> GeneratedPlatformAdapter<P>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl<P: Copy> Copy for GeneratedPlatformAdapter<P>
Source§impl<P: Debug> Debug for GeneratedPlatformAdapter<P>
impl<P: Debug> Debug for GeneratedPlatformAdapter<P>
Source§impl<P> PortablePlatform for GeneratedPlatformAdapter<P>where
P: Platform,
impl<P> PortablePlatform for GeneratedPlatformAdapter<P>where
P: Platform,
fn clock(&mut self) -> GeneratedClock
fn linebreak_start(&mut self, request: GeneratedLinebreakRequest<'_>)
fn linebreak_next(&mut self) -> Option<i32>
Auto Trait Implementations§
impl<P> Freeze for GeneratedPlatformAdapter<P>where
P: Freeze,
impl<P> RefUnwindSafe for GeneratedPlatformAdapter<P>where
P: RefUnwindSafe,
impl<P> Send for GeneratedPlatformAdapter<P>where
P: Send,
impl<P> Sync for GeneratedPlatformAdapter<P>where
P: Sync,
impl<P> Unpin for GeneratedPlatformAdapter<P>where
P: Unpin,
impl<P> UnsafeUnpin for GeneratedPlatformAdapter<P>where
P: UnsafeUnpin,
impl<P> UnwindSafe for GeneratedPlatformAdapter<P>where
P: UnwindSafe,
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