#[repr(C)]pub struct time_s_t {
pub hour: u8,
pub minute: u8,
pub sec: u8,
pub sec_hund: u8,
}Fields§
§hour: u8§minute: u8§sec: u8§sec_hund: u8hundredths of a second
Auto Trait Implementations§
impl Freeze for time_s_t
impl RefUnwindSafe for time_s_t
impl Send for time_s_t
impl Sync for time_s_t
impl Unpin for time_s_t
impl UnwindSafe for time_s_t
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more