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