pub struct SetContentsSize { /* private fields */ }Expand description
Set size of the browser contents resizing browser window as necessary. EXPERIMENTAL: This feature is experimental and may change or be removed.
Implementations§
Trait Implementations§
Source§impl Clone for SetContentsSize
impl Clone for SetContentsSize
Source§fn clone(&self) -> SetContentsSize
fn clone(&self) -> SetContentsSize
Returns a duplicate 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 Debug for SetContentsSize
impl Debug for SetContentsSize
Auto Trait Implementations§
impl Freeze for SetContentsSize
impl RefUnwindSafe for SetContentsSize
impl Send for SetContentsSize
impl Sync for SetContentsSize
impl Unpin for SetContentsSize
impl UnsafeUnpin for SetContentsSize
impl UnwindSafe for SetContentsSize
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