Struct swayr::con::Window[][src]

pub struct Window<'a> { /* fields omitted */ }

Implementations

impl Window<'_>[src]

pub fn get_id(&self) -> i64[src]

pub fn get_app_name(&self) -> &str[src]

pub fn get_title(&self) -> &str[src]

pub fn is_urgent(&self) -> bool[src]

pub fn is_focused(&self) -> bool[src]

Trait Implementations

impl<'a> Debug for Window<'a>[src]

impl<'a> Display for Window<'a>[src]

impl Eq for Window<'_>[src]

impl Ord for Window<'_>[src]

impl PartialEq<Window<'_>> for Window<'_>[src]

impl PartialOrd<Window<'_>> for Window<'_>[src]

Auto Trait Implementations

impl<'a> RefUnwindSafe for Window<'a>

impl<'a> Send for Window<'a>

impl<'a> Sync for Window<'a>

impl<'a> Unpin for Window<'a>

impl<'a> UnwindSafe for Window<'a>

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.