Struct msdos_time::MsDosDateTime [] [src]

pub struct MsDosDateTime {
    pub datepart: u16,
    pub timepart: u16,
}

Struct representing the date and time part of an MsDos datetime

Fields

Part representing the date

Part representing the time

Methods

impl MsDosDateTime
[src]

[src]

Constructor of an MsDos datetime, from the raw representation

Trait Implementations

impl Copy for MsDosDateTime
[src]

impl Clone for MsDosDateTime
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for MsDosDateTime
[src]

[src]

Formats the value using the given formatter. Read more