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 GOnce
impl Clone for GOnce
[src]
impl Clone for GOnce
fn clone(&self) -> GOnce
[src]
fn clone(&self) -> GOnce
Returns 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