Struct gst::ffi::Struct_Unnamed36[][src]

#[repr(C)]
pub struct Struct_Unnamed36 { pub __lock: c_int, pub __nr_readers: c_uint, pub __readers_wakeup: c_uint, pub __writer_wakeup: c_uint, pub __nr_readers_queued: c_uint, pub __nr_writers_queued: c_uint, pub __writer: c_int, pub __shared: c_int, pub __pad1: c_ulong, pub __pad2: c_ulong, pub __flags: c_uint, }

Fields

Trait Implementations

impl Clone for Struct_Unnamed36
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Struct_Unnamed36
[src]

impl Default for Struct_Unnamed36
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for Struct_Unnamed36

impl Sync for Struct_Unnamed36