pub struct MacWindow(_);
Implementations§
source§impl MacWindow
impl MacWindow
pub fn open( handle: AnyWindowHandle, options: WindowOptions, executor: ForegroundExecutor ) -> Self
pub fn main_window() -> Option<AnyWindowHandle>
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for MacWindow
impl Send for MacWindow
impl Sync for MacWindow
impl Unpin for MacWindow
impl !UnwindSafe for MacWindow
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