pub struct CoverProps {}Expand description
A fullscreen cover’s content container (docs/cover.md). Realized detached and hidden;
CoverPatch::Present shows it over the whole window.
Trait Implementations§
Source§impl Clone for CoverProps
impl Clone for CoverProps
Source§fn clone(&self) -> CoverProps
fn clone(&self) -> CoverProps
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 CoverProps
impl Debug for CoverProps
Source§impl Default for CoverProps
impl Default for CoverProps
Source§fn default() -> CoverProps
fn default() -> CoverProps
Returns the “default value” for a type. Read more
Source§impl PartialEq for CoverProps
impl PartialEq for CoverProps
Source§fn eq(&self, other: &CoverProps) -> bool
fn eq(&self, other: &CoverProps) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CoverProps
Auto Trait Implementations§
impl Freeze for CoverProps
impl RefUnwindSafe for CoverProps
impl Send for CoverProps
impl Sync for CoverProps
impl Unpin for CoverProps
impl UnsafeUnpin for CoverProps
impl UnwindSafe for CoverProps
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