Struct rofi_plugin_sys::GModule
source · #[repr(C)]pub struct GModule { /* private fields */ }Expand description
An opaque C type from GLib.
Trait Implementations§
Auto Trait Implementations§
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