[][src]Struct swim_c_sys::time::tm

#[repr(C)]
pub struct tm { pub tm_sec: int, pub tm_min: int, pub tm_hour: int, pub tm_mday: int, pub tm_mon: int, pub tm_year: int, pub tm_wday: int, pub tm_yday: int, pub tm_isdst: int, pub tm_gmtoff: long, pub tm_zone: *mut cchar, }

Fields

tm_sec: inttm_min: inttm_hour: inttm_mday: inttm_mon: inttm_year: inttm_wday: inttm_yday: inttm_isdst: inttm_gmtoff: longtm_zone: *mut cchar

Auto Trait Implementations

impl !Send for tm

impl !Sync for tm

Blanket Implementations

impl<T> From for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

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

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