Struct miniseed::btime_s [] [src]

#[repr(C)]
pub struct btime_s { pub year: u16, pub day: u16, pub hour: u8, pub min: u8, pub sec: u8, pub unused: u8, pub fract: u16, }

Fields

Trait Implementations

impl Debug for btime_s
[src]

[src]

Formats the value using the given formatter.

impl Copy for btime_s
[src]

impl Clone for btime_s
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more