Struct vlfeat_sys::_opaque_pthread_once_t [] [src]

#[repr(C)]
pub struct _opaque_pthread_once_t { pub __sig: c_long, pub __opaque: [c_char; 8], }

Fields

Trait Implementations

impl Debug for _opaque_pthread_once_t
[src]

Formats the value using the given formatter.

impl Copy for _opaque_pthread_once_t
[src]

impl Clone for _opaque_pthread_once_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more