Union cups_sys::ip_timestamp_ipt_timestamp [] [src]

#[repr(C)]
pub union ip_timestamp_ipt_timestamp { pub ipt_time: [n_long; 1], pub ipt_ta: [ip_timestamp_ipt_timestamp_ipt_ta; 1], // some fields omitted }

Fields

ipt_time: [n_long; 1] ipt_ta: [ip_timestamp_ipt_timestamp_ipt_ta; 1]

Trait Implementations

impl Copy for ip_timestamp_ipt_timestamp
[src]

impl Clone for ip_timestamp_ipt_timestamp
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more