pub struct Secfmt {
pub years: u8,
pub days: u8,
pub hours: u8,
pub minutes: u8,
pub seconds: u8,
}Fields§
§years: u8§days: u8§hours: u8§minutes: u8§seconds: u8Trait Implementations§
Auto Trait Implementations§
impl Freeze for Secfmt
impl RefUnwindSafe for Secfmt
impl Send for Secfmt
impl Sync for Secfmt
impl Unpin for Secfmt
impl UnwindSafe for Secfmt
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