#[repr(C)]pub struct _GPrivate {
pub p: gpointer,
pub notify: GDestroyNotify,
pub flags: GPrivateFlags,
pub future: [gpointer; 1],
}Fields
p: gpointernotify: GDestroyNotifyflags: GPrivateFlagsfuture: [gpointer; 1]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for _GPrivate
impl !Send for _GPrivate
impl !Sync for _GPrivate
impl Unpin for _GPrivate
impl UnwindSafe for _GPrivate
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more