Struct rpgffi::timezone [] [src]

#[repr(C)]
pub struct timezone { pub tz_minuteswest: c_int, pub tz_dsttime: c_int, }

Fields

Trait Implementations

impl Copy for timezone
[src]

impl Clone for timezone
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more