pub struct EmptyPlatform;Trait Implementations§
Source§impl Default for EmptyPlatform
impl Default for EmptyPlatform
Source§impl PortablePlatform for EmptyPlatform
impl PortablePlatform for EmptyPlatform
fn clock(&mut self) -> PortableClock
fn linebreak_start(&mut self, _request: PortableLinebreakRequest<'_>)
fn linebreak_next(&mut self) -> Option<i32>
fn host_box( &mut self, _request: PortableHostBoxRequest, ) -> Option<PortableHostBox>
Auto Trait Implementations§
impl Freeze for EmptyPlatform
impl RefUnwindSafe for EmptyPlatform
impl Send for EmptyPlatform
impl Sync for EmptyPlatform
impl Unpin for EmptyPlatform
impl UnsafeUnpin for EmptyPlatform
impl UnwindSafe for EmptyPlatform
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