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