Struct browser_window::window::WindowHandle
source · pub struct WindowHandle { /* private fields */ }
Expand description
A handle that exposes all windowing functionality.
Implementations§
source§impl WindowHandle
impl WindowHandle
pub fn content_dimensions<'a>(&'a self) -> ContentDimensions<'_>
pub fn opacity<'a>(&'a self) -> Opacity<'_>
pub fn position<'a>(&'a self) -> Position<'_>
pub fn title<'a>(&'a self) -> Title<'_>
pub fn window_dimensions<'a>(&'a self) -> WindowDimensions<'_>
Trait Implementations§
source§impl Clone for WindowHandle
impl Clone for WindowHandle
source§fn clone(&self) -> WindowHandle
fn clone(&self) -> WindowHandle
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 moreimpl Copy for WindowHandle
Auto Trait Implementations§
impl RefUnwindSafe for WindowHandle
impl !Send for WindowHandle
impl !Sync for WindowHandle
impl Unpin for WindowHandle
impl UnwindSafe for WindowHandle
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