Struct gdk_wayland_sys::GdkWaylandDevice
source · [−]#[repr(C)]pub struct GdkWaylandDevice { /* private fields */ }
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GdkWaylandDevice
impl !Send for GdkWaylandDevice
impl !Sync for GdkWaylandDevice
impl !Unpin for GdkWaylandDevice
impl UnwindSafe for GdkWaylandDevice
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