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