Struct ambient_api::prelude::PageScreen
source · pub struct PageScreen(pub Vec<Element>);
Expand description
Contains several elements with a background color and click area.
Tuple Fields§
§0: Vec<Element>
Implementations§
source§impl PageScreen
impl PageScreen
Trait Implementations§
source§impl Clone for PageScreen
impl Clone for PageScreen
source§fn clone(&self) -> PageScreen
fn clone(&self) -> PageScreen
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 PageScreen
impl Debug for PageScreen
source§impl ElementComponent for PageScreen
impl ElementComponent for PageScreen
Auto Trait Implementations§
impl !RefUnwindSafe for PageScreen
impl Send for PageScreen
impl Sync for PageScreen
impl Unpin for PageScreen
impl !UnwindSafe for PageScreen
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.