#[repr(C)]pub struct NotifyNotificationClass {
pub parent_class: GObjectClass,
pub closed: Option<unsafe extern "C" fn(*mut NotifyNotification)>,
}Fields§
§parent_class: GObjectClass§closed: Option<unsafe extern "C" fn(*mut NotifyNotification)>Auto Trait Implementations§
impl !Send for NotifyNotificationClass
impl !Sync for NotifyNotificationClass
impl Freeze for NotifyNotificationClass
impl RefUnwindSafe for NotifyNotificationClass
impl Unpin for NotifyNotificationClass
impl UnsafeUnpin for NotifyNotificationClass
impl UnwindSafe for NotifyNotificationClass
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