Struct cups_sys::clockinfo [] [src]

#[repr(C)]
pub struct clockinfo { pub hz: c_int, pub tick: c_int, pub tickadj: c_int, pub stathz: c_int, pub profhz: c_int, }

Fields

Trait Implementations

impl Debug for clockinfo
[src]

[src]

Formats the value using the given formatter.

impl Copy for clockinfo
[src]

impl Clone for clockinfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more