pub struct GetWindowForTargetResult {
pub window_id: WindowId,
pub bounds: Bounds,
}Fields§
§window_id: WindowIdBrowser window id.
bounds: BoundsBounds information of the window. When window state is ‘minimized’, the restored window position and size are returned.
Trait Implementations§
Source§impl Clone for GetWindowForTargetResult
impl Clone for GetWindowForTargetResult
Source§fn clone(&self) -> GetWindowForTargetResult
fn clone(&self) -> GetWindowForTargetResult
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 GetWindowForTargetResult
impl Debug for GetWindowForTargetResult
Source§impl<'de> Deserialize<'de> for GetWindowForTargetResult
impl<'de> Deserialize<'de> for GetWindowForTargetResult
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for GetWindowForTargetResult
impl PartialEq for GetWindowForTargetResult
Source§impl Serialize for GetWindowForTargetResult
impl Serialize for GetWindowForTargetResult
Source§impl TryFrom<Value> for GetWindowForTargetResult
impl TryFrom<Value> for GetWindowForTargetResult
impl StructuralPartialEq for GetWindowForTargetResult
Auto Trait Implementations§
impl Freeze for GetWindowForTargetResult
impl RefUnwindSafe for GetWindowForTargetResult
impl Send for GetWindowForTargetResult
impl Sync for GetWindowForTargetResult
impl Unpin for GetWindowForTargetResult
impl UnsafeUnpin for GetWindowForTargetResult
impl UnwindSafe for GetWindowForTargetResult
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