Struct wayland_sys::server::WAYLAND_SERVER_HANDLE
source · [−]pub struct WAYLAND_SERVER_HANDLE { /* private fields */ }
Trait Implementations
sourceimpl Deref for WAYLAND_SERVER_HANDLE
impl Deref for WAYLAND_SERVER_HANDLE
type Target = &'static WaylandServer
type Target = &'static WaylandServer
The resulting type after dereferencing.
sourcefn deref(&self) -> &&'static WaylandServer
fn deref(&self) -> &&'static WaylandServer
Dereferences the value.
impl LazyStatic for WAYLAND_SERVER_HANDLE
Auto Trait Implementations
impl RefUnwindSafe for WAYLAND_SERVER_HANDLE
impl Send for WAYLAND_SERVER_HANDLE
impl Sync for WAYLAND_SERVER_HANDLE
impl Unpin for WAYLAND_SERVER_HANDLE
impl UnwindSafe for WAYLAND_SERVER_HANDLE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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