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