Struct browser_window::window::ContentDimensions
source · pub struct ContentDimensions<'a> { /* private fields */ }
Expand description
Gets or sets the width and height of the content of the window.
Trait Implementations§
source§impl<'a> Property<cbw_Dims2D, cbw_Dims2D> for ContentDimensions<'a>
impl<'a> Property<cbw_Dims2D, cbw_Dims2D> for ContentDimensions<'a>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for ContentDimensions<'a>
impl<'a> !Send for ContentDimensions<'a>
impl<'a> !Sync for ContentDimensions<'a>
impl<'a> Unpin for ContentDimensions<'a>
impl<'a> UnwindSafe for ContentDimensions<'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