Struct esp_idf_hal::sys::__tm
source · #[repr(C)]pub struct __tm {
pub __tm_sec: i32,
pub __tm_min: i32,
pub __tm_hour: i32,
pub __tm_mday: i32,
pub __tm_mon: i32,
pub __tm_year: i32,
pub __tm_wday: i32,
pub __tm_yday: i32,
pub __tm_isdst: i32,
}
Fields§
§__tm_sec: i32
§__tm_min: i32
§__tm_hour: i32
§__tm_mday: i32
§__tm_mon: i32
§__tm_year: i32
§__tm_wday: i32
§__tm_yday: i32
§__tm_isdst: i32
Trait Implementations§
impl Copy for __tm
Auto Trait Implementations§
impl Freeze for __tm
impl RefUnwindSafe for __tm
impl Send for __tm
impl Sync for __tm
impl Unpin for __tm
impl UnwindSafe for __tm
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)