Struct flipperzero_sys::EmptyScreen
source · [−]#[repr(C)]pub struct EmptyScreen { /* private fields */ }Trait Implementations
sourceimpl Clone for EmptyScreen
impl Clone for EmptyScreen
sourcefn clone(&self) -> EmptyScreen
fn clone(&self) -> EmptyScreen
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for EmptyScreen
impl Debug for EmptyScreen
impl Copy for EmptyScreen
Auto Trait Implementations
impl RefUnwindSafe for EmptyScreen
impl Send for EmptyScreen
impl Sync for EmptyScreen
impl Unpin for EmptyScreen
impl UnwindSafe for EmptyScreen
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more