pub struct ChildWindow<'ui> { /* private fields */ }Expand description
Represents a child window that can be built
Implementations§
Source§impl<'ui> ChildWindow<'ui>
impl<'ui> ChildWindow<'ui>
Sourcepub fn child_flags(self, child_flags: ChildFlags) -> Self
pub fn child_flags(self, child_flags: ChildFlags) -> Self
Sets child flags for the child window
Sourcepub fn flags(self, flags: WindowFlags) -> Self
pub fn flags(self, flags: WindowFlags) -> Self
Sets window flags for the child window
Auto Trait Implementations§
impl<'ui> Freeze for ChildWindow<'ui>
impl<'ui> !RefUnwindSafe for ChildWindow<'ui>
impl<'ui> !Send for ChildWindow<'ui>
impl<'ui> !Sync for ChildWindow<'ui>
impl<'ui> Unpin for ChildWindow<'ui>
impl<'ui> UnsafeUnpin for ChildWindow<'ui>
impl<'ui> !UnwindSafe for ChildWindow<'ui>
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