pub enum LayerContent {
Cursor(CursorStyle),
Char((char, Flags)),
}
Variants§
Trait Implementations§
Source§impl Clone for LayerContent
impl Clone for LayerContent
Source§fn clone(&self) -> LayerContent
fn clone(&self) -> LayerContent
Returns a copy 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 LayerContent
impl Debug for LayerContent
Source§impl From<RenderableCell> for LayerContent
impl From<RenderableCell> for LayerContent
Source§impl Hash for LayerContent
impl Hash for LayerContent
Source§impl PartialEq for LayerContent
impl PartialEq for LayerContent
impl Copy for LayerContent
impl Eq for LayerContent
impl StructuralPartialEq for LayerContent
Auto Trait Implementations§
impl Freeze for LayerContent
impl RefUnwindSafe for LayerContent
impl Send for LayerContent
impl Sync for LayerContent
impl Unpin for LayerContent
impl UnwindSafe for LayerContent
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)