pub struct WlDisplay;
Expand description
core global object
The core global object. This is a special singleton object. It is used for internal Wayland protocol features.
Trait Implementations§
Source§impl Interface for WlDisplay
impl Interface for WlDisplay
Source§const NAME: &'static str = "wl_display"
const NAME: &'static str = "wl_display"
The name of this interface. This will correspond to the ‘name’ attribute
on the ‘interface’ element in the wayland protocol XML.
Auto Trait Implementations§
impl Freeze for WlDisplay
impl RefUnwindSafe for WlDisplay
impl Send for WlDisplay
impl Sync for WlDisplay
impl Unpin for WlDisplay
impl UnwindSafe for WlDisplay
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more