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