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