Struct zero_ui::app_container::AppContainerProps
source · pub struct AppContainerProps {
pub children: Children,
}
Expand description
Fields§
§children: Children
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for AppContainerProps
impl !Send for AppContainerProps
impl !Sync for AppContainerProps
impl Unpin for AppContainerProps
impl !UnwindSafe for AppContainerProps
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