Struct glib_sys::GOnce[][src]

#[repr(C)]
pub struct GOnce { pub status: GOnceStatus, pub retval: gpointer, }

Fields

Trait Implementations

impl Copy for GOnce
[src]

impl Clone for GOnce
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GOnce
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GOnce

impl !Sync for GOnce