Struct gobject_2_0_sys::GClosureNotifyData
source · #[repr(C)]pub struct GClosureNotifyData {
pub data: gpointer,
pub notify: Option<GClosureNotify>,
}Fields§
§data: gpointer§notify: Option<GClosureNotify>Auto Trait Implementations§
impl RefUnwindSafe for GClosureNotifyData
impl !Send for GClosureNotifyData
impl !Sync for GClosureNotifyData
impl Unpin for GClosureNotifyData
impl UnwindSafe for GClosureNotifyData
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