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