[−][src]Struct browser_window::window::WindowHandle
A handle that exposes all windowing functionality.
Implementations
impl WindowHandle[src]
pub fn content_dimensions<'a>(&'a self) -> ContentDimensions<'_>[src]
pub fn opacity<'a>(&'a self) -> Opacity<'_>[src]
pub fn position<'a>(&'a self) -> Position<'_>[src]
pub fn title<'a>(&'a self) -> Title<'_>[src]
pub fn window_dimensions<'a>(&'a self) -> WindowDimensions<'_>[src]
pub fn close(self)[src]
Destroys the window.
pub fn hide(&self)[src]
Make the window invisible to the user.
pub fn show(&self)[src]
Make the window visible to the user.
Trait Implementations
impl Clone for WindowHandle[src]
fn clone(&self) -> WindowHandle[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for WindowHandle[src]
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
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,