pub struct GetWindowBoundsReturnObjectBuilder { /* private fields */ }Expand description
Builder for GetWindowBoundsReturnObject.
Implementations§
Source§impl GetWindowBoundsReturnObjectBuilder
impl GetWindowBoundsReturnObjectBuilder
Sourcepub fn bounds(&mut self, value: Bounds) -> &mut Self
pub fn bounds(&mut self, value: Bounds) -> &mut Self
Bounds information of the window. When window state is ‘minimized’, the restored window position and size are returned.
Sourcepub fn build(
&self,
) -> Result<GetWindowBoundsReturnObject, GetWindowBoundsReturnObjectBuilderError>
pub fn build( &self, ) -> Result<GetWindowBoundsReturnObject, GetWindowBoundsReturnObjectBuilderError>
Trait Implementations§
Source§impl Clone for GetWindowBoundsReturnObjectBuilder
impl Clone for GetWindowBoundsReturnObjectBuilder
Source§fn clone(&self) -> GetWindowBoundsReturnObjectBuilder
fn clone(&self) -> GetWindowBoundsReturnObjectBuilder
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 moreAuto Trait Implementations§
impl Freeze for GetWindowBoundsReturnObjectBuilder
impl RefUnwindSafe for GetWindowBoundsReturnObjectBuilder
impl Send for GetWindowBoundsReturnObjectBuilder
impl Sync for GetWindowBoundsReturnObjectBuilder
impl Unpin for GetWindowBoundsReturnObjectBuilder
impl UnsafeUnpin for GetWindowBoundsReturnObjectBuilder
impl UnwindSafe for GetWindowBoundsReturnObjectBuilder
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