pub struct Window { /* private fields */ }
Implementations§
Source§impl Window
impl Window
pub fn new() -> Window
pub fn from_raw(ptr: WindowPtr) -> Window
pub fn push(&self, animate: bool)
pub fn set_handlers(&self, handlers: WindowHandlers)
pub fn set_background_color(&self, color: GColor)
pub fn get_root_layer(&self) -> Layer
pub fn clean_exit(&self)
Auto Trait Implementations§
impl Freeze for Window
impl RefUnwindSafe for Window
impl !Send for Window
impl !Sync for Window
impl Unpin for Window
impl UnwindSafe for Window
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