Struct ambient_api::prelude::WindowSized
source · pub struct WindowSized(pub Vec<Element>);
Expand description
A Dock that is always the size of the window.
Tuple Fields§
§0: Vec<Element>
Implementations§
source§impl WindowSized
impl WindowSized
Trait Implementations§
source§impl Clone for WindowSized
impl Clone for WindowSized
source§fn clone(&self) -> WindowSized
fn clone(&self) -> WindowSized
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 WindowSized
impl Debug for WindowSized
source§impl ElementComponent for WindowSized
impl ElementComponent for WindowSized
Auto Trait Implementations§
impl !RefUnwindSafe for WindowSized
impl Send for WindowSized
impl Sync for WindowSized
impl Unpin for WindowSized
impl !UnwindSafe for WindowSized
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.