#[repr(C)]pub struct GdkWaylandDisplay { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GdkWaylandDisplay
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