[][src]Struct esp_idf_sys::__tm

#[repr(C)]
pub struct __tm {
    pub __tm_sec: c_int,
    pub __tm_min: c_int,
    pub __tm_hour: c_int,
    pub __tm_mday: c_int,
    pub __tm_mon: c_int,
    pub __tm_year: c_int,
    pub __tm_wday: c_int,
    pub __tm_yday: c_int,
    pub __tm_isdst: c_int,
}

Fields

__tm_sec: c_int__tm_min: c_int__tm_hour: c_int__tm_mday: c_int__tm_mon: c_int__tm_year: c_int__tm_wday: c_int__tm_yday: c_int__tm_isdst: c_int

Trait Implementations

impl Debug for __tm[src]

impl Copy for __tm[src]

impl Clone for __tm[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Unpin for __tm

impl Sync for __tm

impl Send for __tm

Blanket Implementations

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> Into<U> for T where
    U: From<T>, 
[src]

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

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.

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

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

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