Struct picotcp_sys::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]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for timezone
[src]

Formats the value using the given formatter.

impl Default for timezone
[src]

Returns the "default value" for a type. Read more