Struct redwm::window_manager::RedWm[][src]

pub struct RedWm<'a, C> where
    C: Connection + Send + Sync
{ pub conn: Rc<RefCell<&'a C>>, pub screen_num: usize, // some fields omitted }

Fields

conn: Rc<RefCell<&'a C>>screen_num: usize

Implementations

Trait Implementations

Formats the value using the given formatter. Read more

Do all the pending work that was queued while handling some events

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.