pub struct SetWindowBoundsBuilder { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for SetWindowBoundsBuilder
impl Clone for SetWindowBoundsBuilder
Source§fn clone(&self) -> SetWindowBoundsBuilder
fn clone(&self) -> SetWindowBoundsBuilder
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 Default for SetWindowBoundsBuilder
impl Default for SetWindowBoundsBuilder
Source§fn default() -> SetWindowBoundsBuilder
fn default() -> SetWindowBoundsBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SetWindowBoundsBuilder
impl RefUnwindSafe for SetWindowBoundsBuilder
impl Send for SetWindowBoundsBuilder
impl Sync for SetWindowBoundsBuilder
impl Unpin for SetWindowBoundsBuilder
impl UnsafeUnpin for SetWindowBoundsBuilder
impl UnwindSafe for SetWindowBoundsBuilder
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