Struct glib_sys::GCond[][src]

#[repr(C)]
pub struct GCond { pub p: gpointer, pub i: [c_uint; 2], }

Fields

Trait Implementations

impl Copy for GCond
[src]

impl Clone for GCond
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GCond
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GCond

impl !Sync for GCond