[][src]Struct esp_idf_bindgen::__tzrule_struct

#[repr(C)]pub struct __tzrule_struct {
    pub ch: c_char,
    pub m: c_int,
    pub n: c_int,
    pub d: c_int,
    pub s: c_int,
    pub change: time_t,
    pub offset: c_long,
}

Fields

ch: c_charm: c_intn: c_intd: c_ints: c_intchange: time_toffset: c_long

Trait Implementations

impl Clone for __tzrule_struct[src]

impl Copy for __tzrule_struct[src]

impl Debug for __tzrule_struct[src]

Auto Trait Implementations

impl Send for __tzrule_struct

impl Sync for __tzrule_struct

impl Unpin for __tzrule_struct

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.