pub struct PLYWindow { /* private fields */ }Expand description
The backdrop of your app’s user interface and the object that dispatches events to your views.
Implementations§
Source§impl PLYWindow
impl PLYWindow
Sourcepub fn key_window() -> PLYWindow
pub fn key_window() -> PLYWindow
The app’s key window.
Sourcepub fn make_key_and_visible(&mut self)
pub fn make_key_and_visible(&mut self)
Shows the window and makes it the key window.
Sourcepub fn root_view_controller(&self) -> PLYViewController
pub fn root_view_controller(&self) -> PLYViewController
The root view controller for the window.
Sourcepub fn set_root_view_controller(&mut self, view_controller: PLYViewController)
pub fn set_root_view_controller(&mut self, view_controller: PLYViewController)
Sets the root view controller for the window.
Trait Implementations§
Source§impl Raw for PLYWindow
impl Raw for PLYWindow
Auto Trait Implementations§
impl Freeze for PLYWindow
impl RefUnwindSafe for PLYWindow
impl !Send for PLYWindow
impl !Sync for PLYWindow
impl Unpin for PLYWindow
impl UnsafeUnpin for PLYWindow
impl UnwindSafe for PLYWindow
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