#[repr(C)]pub struct GModule { /* private fields */ }
Expand description
An opaque C type from GLib.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GModule
impl RefUnwindSafe for GModule
impl Send for GModule
impl Sync for GModule
impl Unpin for GModule
impl UnwindSafe for GModule
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