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