#[repr(C)]pub struct time {
pub ti_hour: u8,
pub ti_min: u8,
pub ti_sec: u8,
pub ti_hund: u8,
}
Fields§
§ti_hour: u8
Hours
ti_min: u8
Minutes
ti_sec: u8
Seconds
ti_hund: u8
Hundredths of seconds
Trait Implementations§
impl Copy for time
impl Eq for time
impl StructuralPartialEq for time
Auto Trait Implementations§
impl Freeze for time
impl RefUnwindSafe for time
impl Send for time
impl Sync for time
impl Unpin for time
impl UnwindSafe for time
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