Struct browser_window::window::WindowDimensions
source · pub struct WindowDimensions<'a> { /* private fields */ }
Expand description
Gets or sets the current window size including its border and titlebar.
Trait Implementations§
source§impl<'a> Property<cbw_Dims2D, cbw_Dims2D> for WindowDimensions<'a>
impl<'a> Property<cbw_Dims2D, cbw_Dims2D> for WindowDimensions<'a>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for WindowDimensions<'a>
impl<'a> !Send for WindowDimensions<'a>
impl<'a> !Sync for WindowDimensions<'a>
impl<'a> Unpin for WindowDimensions<'a>
impl<'a> UnwindSafe for WindowDimensions<'a>
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