Struct picotcp_sys::Struct_Unnamed4 [] [src]

#[repr(C)]
pub struct Struct_Unnamed4 { 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 Copy for Struct_Unnamed4
[src]

impl Clone for Struct_Unnamed4
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Struct_Unnamed4
[src]

Formats the value using the given formatter.

impl Default for Struct_Unnamed4
[src]

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