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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more