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