Struct wayland_sys::client::WAYLAND_CLIENT_HANDLE
source · [−]pub struct WAYLAND_CLIENT_HANDLE { /* private fields */ }
Trait Implementations
sourceimpl Deref for WAYLAND_CLIENT_HANDLE
impl Deref for WAYLAND_CLIENT_HANDLE
type Target = &'static WaylandClient
type Target = &'static WaylandClient
The resulting type after dereferencing.
sourcefn 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more