pub struct GetWindowForTargetReturnObjectBuilder { /* private fields */ }Expand description
Builder for GetWindowForTargetReturnObject.
Implementations§
Source§impl GetWindowForTargetReturnObjectBuilder
impl GetWindowForTargetReturnObjectBuilder
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<GetWindowForTargetReturnObject, GetWindowForTargetReturnObjectBuilderError>
pub fn build( &self, ) -> Result<GetWindowForTargetReturnObject, GetWindowForTargetReturnObjectBuilderError>
Trait Implementations§
Source§impl Clone for GetWindowForTargetReturnObjectBuilder
impl Clone for GetWindowForTargetReturnObjectBuilder
Source§fn clone(&self) -> GetWindowForTargetReturnObjectBuilder
fn clone(&self) -> GetWindowForTargetReturnObjectBuilder
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 GetWindowForTargetReturnObjectBuilder
impl RefUnwindSafe for GetWindowForTargetReturnObjectBuilder
impl Send for GetWindowForTargetReturnObjectBuilder
impl Sync for GetWindowForTargetReturnObjectBuilder
impl Unpin for GetWindowForTargetReturnObjectBuilder
impl UnsafeUnpin for GetWindowForTargetReturnObjectBuilder
impl UnwindSafe for GetWindowForTargetReturnObjectBuilder
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