Struct glib_sys::GOnce [] [src]

pub struct GOnce {
    pub status: Volatile<GOnceStatus>,
    pub retval: Volatile<gpointer>,
}

Fields