#[repr(C)]pub struct GSignalInvocationHint {
pub signal_id: guint,
pub detail: GQuark,
pub run_type: GSignalFlags,
}Fields§
§signal_id: guint§detail: GQuark§run_type: GSignalFlagsAuto Trait Implementations§
impl Freeze for GSignalInvocationHint
impl RefUnwindSafe for GSignalInvocationHint
impl Send for GSignalInvocationHint
impl Sync for GSignalInvocationHint
impl Unpin for GSignalInvocationHint
impl UnwindSafe for GSignalInvocationHint
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