Struct glib_sys::GOnce [−][src]
#[repr(C)]pub struct GOnce { pub status: GOnceStatus, pub retval: gpointer, }
Fields
status: GOnceStatus
retval: gpointer
Trait Implementations
impl Copy for GOnce[src]
impl Copy for GOnceimpl Clone for GOnce[src]
impl Clone for GOncefn clone(&self) -> GOnce[src]
fn clone(&self) -> GOnceReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for GOnce[src]
impl Debug for GOnce