#[repr(C)]pub struct EmptyScreen { /* private fields */ }
Trait Implementations§
Source§impl Clone for EmptyScreen
impl Clone for EmptyScreen
Source§fn clone(&self) -> EmptyScreen
fn clone(&self) -> EmptyScreen
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for EmptyScreen
impl Debug for EmptyScreen
impl Copy for EmptyScreen
Auto Trait Implementations§
impl Freeze for EmptyScreen
impl RefUnwindSafe for EmptyScreen
impl Send for EmptyScreen
impl Sync for EmptyScreen
impl Unpin for EmptyScreen
impl UnwindSafe for EmptyScreen
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