Struct wlc::Wlc [] [src]

pub struct Wlc;

Initialized compositor

Dropping this will start wlc and block the current thread until it terminates

Trait Implementations

impl !Sync for Wlc
[src]

impl !Send for Wlc
[src]

impl Drop for Wlc
[src]

A method called when the value goes out of scope. Read more