#[repr(C)]pub struct NotifyNotification {
pub parent_object: GObject,
pub priv_: *mut NotifyNotificationPrivate,
}Fields§
§parent_object: GObject§priv_: *mut NotifyNotificationPrivateAuto Trait Implementations§
impl Freeze for NotifyNotification
impl RefUnwindSafe for NotifyNotification
impl !Send for NotifyNotification
impl !Sync for NotifyNotification
impl Unpin for NotifyNotification
impl UnwindSafe for NotifyNotification
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