pub struct WindowImpl { /* private fields */ }
Implementations§
Source§impl WindowImpl
impl WindowImpl
Trait Implementations§
Source§impl Clone for WindowImpl
impl Clone for WindowImpl
Source§fn clone(&self) -> WindowImpl
fn clone(&self) -> WindowImpl
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for WindowImpl
impl Default for WindowImpl
Source§impl WindowExt for WindowImpl
impl WindowExt for WindowImpl
fn app(&self) -> ApplicationImpl
fn destroy(&self)
fn drop(&self)
fn get_content_dimensions(&self) -> Dims2D
fn get_opacity(&self) -> u8
fn get_position(&self) -> Pos2D
fn get_title(&self) -> String
fn get_window_dimensions(&self) -> Dims2D
fn hide(&self)
fn set_content_dimensions(&self, dimensions: Dims2D)
fn set_opacity(&self, opacity: u8)
fn set_position(&self, position: Pos2D)
fn set_title(&self, title: &str)
fn set_window_dimensions(&self, dimensions: Dims2D)
fn show(&self)
impl Copy for WindowImpl
Auto Trait Implementations§
impl Freeze for WindowImpl
impl RefUnwindSafe for WindowImpl
impl !Send for WindowImpl
impl !Sync for WindowImpl
impl Unpin for WindowImpl
impl UnwindSafe for WindowImpl
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