#[repr(C)]pub struct _GPrivate {
pub p: gpointer,
pub notify: GDestroyNotify,
pub future: [gpointer; 2],
}
Fields§
§p: gpointer
§notify: GDestroyNotify
§future: [gpointer; 2]
Trait Implementations§
impl Copy for _GPrivate
impl Eq for _GPrivate
impl StructuralPartialEq for _GPrivate
Auto Trait Implementations§
impl Freeze for _GPrivate
impl RefUnwindSafe for _GPrivate
impl !Send for _GPrivate
impl !Sync for _GPrivate
impl Unpin for _GPrivate
impl UnwindSafe for _GPrivate
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