[][src]Struct i3status_rs::blocks::focused_window::FocusedWindow

pub struct FocusedWindow {
    id: usize,
    text: TextWidget,
    title: Arc<Mutex<String>>,
    marks: Arc<Mutex<String>>,
    show_marks: MarksType,
    max_width: usize,
}

Fields

id: usizetext: TextWidgettitle: Arc<Mutex<String>>marks: Arc<Mutex<String>>show_marks: MarksTypemax_width: usize

Trait Implementations

impl Block for FocusedWindow[src]

impl ConfigBlock for FocusedWindow[src]

type Config = FocusedWindowConfig

Auto Trait Implementations

impl !RefUnwindSafe for FocusedWindow[src]

impl !Send for FocusedWindow[src]

impl !Sync for FocusedWindow[src]

impl Unpin for FocusedWindow[src]

impl UnwindSafe for FocusedWindow[src]

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<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[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.