Struct esp_idf_sys::__tm
source · [−]#[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 Copy for __tm
Auto Trait Implementations
impl RefUnwindSafe for __tm
impl Send for __tm
impl Sync for __tm
impl Unpin for __tm
impl UnwindSafe for __tm
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstablefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
fn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
Uses borrowed data to replace owned data, usually by cloning. Read more