Struct ambient_api::prelude::DialogScreen
source · pub struct DialogScreen(pub Element);
Expand description
Contains a single element with a background color and click area.
Tuple Fields§
§0: Element
Trait Implementations§
source§impl Clone for DialogScreen
impl Clone for DialogScreen
source§fn clone(&self) -> DialogScreen
fn clone(&self) -> DialogScreen
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 DialogScreen
impl Debug for DialogScreen
source§impl ElementComponent for DialogScreen
impl ElementComponent for DialogScreen
Auto Trait Implementations§
impl !RefUnwindSafe for DialogScreen
impl Send for DialogScreen
impl Sync for DialogScreen
impl Unpin for DialogScreen
impl !UnwindSafe for DialogScreen
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> Downcast for T
impl<T> Downcast for T
source§impl<T> ElementComponentExt for Twhere
T: ElementComponent + 'static,
impl<T> ElementComponentExt for Twhere
T: ElementComponent + 'static,
source§impl<T> ElementComponentName for T
impl<T> ElementComponentName for T
source§fn element_component_name(&self) -> &'static str
fn element_component_name(&self) -> &'static str
Returns the name of the type implementing ElementComponent.