Struct wayland_client::sys::client::WAYLAND_CLIENT_HANDLE
source · pub struct WAYLAND_CLIENT_HANDLE { /* private fields */ }
Trait Implementations§
source§impl Deref for WAYLAND_CLIENT_HANDLE
impl Deref for WAYLAND_CLIENT_HANDLE
§type Target = &'static WaylandClient
type Target = &'static WaylandClient
The resulting type after dereferencing.
source§fn deref(&self) -> &&'static WaylandClient
fn deref(&self) -> &&'static WaylandClient
Dereferences the value.
impl LazyStatic for WAYLAND_CLIENT_HANDLE
Auto Trait Implementations§
impl RefUnwindSafe for WAYLAND_CLIENT_HANDLE
impl Send for WAYLAND_CLIENT_HANDLE
impl Sync for WAYLAND_CLIENT_HANDLE
impl Unpin for WAYLAND_CLIENT_HANDLE
impl UnwindSafe for WAYLAND_CLIENT_HANDLE
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