Struct libdrm_sys::_drmStats__bindgen_ty_1 [] [src]

#[repr(C)]
pub struct _drmStats__bindgen_ty_1 { pub value: c_ulong, pub long_format: *const c_char, pub long_name: *const c_char, pub rate_format: *const c_char, pub rate_name: *const c_char, pub isvalue: c_int, pub mult_names: *const c_char, pub mult: c_int, pub verbose: c_int, }

Fields

Trait Implementations

impl Debug for _drmStats__bindgen_ty_1
[src]

Formats the value using the given formatter.

impl Copy for _drmStats__bindgen_ty_1
[src]

impl Clone for _drmStats__bindgen_ty_1
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more