pub struct GdkX11AppLaunchContext { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl !Send for GdkX11AppLaunchContext
impl !Sync for GdkX11AppLaunchContext
impl !Unpin for GdkX11AppLaunchContext
impl Freeze for GdkX11AppLaunchContext
impl RefUnwindSafe for GdkX11AppLaunchContext
impl UnsafeUnpin for GdkX11AppLaunchContext
impl UnwindSafe for GdkX11AppLaunchContext
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