Struct glib_sys::GRWLock[][src]

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

Fields

Trait Implementations

impl Copy for GRWLock
[src]

impl Clone for GRWLock
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GRWLock
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GRWLock

impl !Sync for GRWLock