#[repr(C)]pub struct _GPrivate {
pub p: *mut c_void,
pub notify: Option<unsafe extern "C" fn(*mut c_void)>,
pub future: [*mut c_void; 2],
}Fields§
§p: *mut c_void§notify: Option<unsafe extern "C" fn(*mut c_void)>§future: [*mut c_void; 2]Trait Implementations§
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