Trait leanshot_xlib::GetDisplay[][src]

pub trait GetDisplay {
    fn get_display(&self) -> *mut Display;
}

Something that's part of a display.

Required Methods

Get the current display

Implementors