pub struct WindowSelection {
pub window_id: Option<u32>,
pub active_window: bool,
pub app: Option<String>,
pub window_name: Option<String>,
}Fields§
§window_id: Option<u32>§active_window: bool§app: Option<String>§window_name: Option<String>Trait Implementations§
Source§impl Clone for WindowSelection
impl Clone for WindowSelection
Source§fn clone(&self) -> WindowSelection
fn clone(&self) -> WindowSelection
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 WindowSelection
impl Debug for WindowSelection
Source§impl Default for WindowSelection
impl Default for WindowSelection
Source§fn default() -> WindowSelection
fn default() -> WindowSelection
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for WindowSelection
impl RefUnwindSafe for WindowSelection
impl Send for WindowSelection
impl Sync for WindowSelection
impl Unpin for WindowSelection
impl UnsafeUnpin for WindowSelection
impl UnwindSafe for WindowSelection
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