We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10e6ce2 commit 17fec57Copy full SHA for 17fec57
src/lib.rs
@@ -95,10 +95,10 @@ pub struct ApiByteSlice<'a> {
95
#[derive(Debug, Clone)]
96
pub struct Time {
97
/// Seconds since 2000-01-01T00:00:00Z
98
- seconds_since_epoch: u32,
+ pub seconds_since_epoch: u32,
99
/// Number of 60 Hz frames that have elapsed since the current second
100
/// began [0..59].
101
- frames_since_second: u8,
+ pub frames_since_second: u8,
102
}
103
104
/// The BIOS API.
0 commit comments