struct Flags [src]
Fields
time_report: boolWhether time reporting is enabled.
_: u15 = 0
Source
pub const Flags = packed struct(u16) {
/// Whether time reporting is enabled.
time_report: bool,
_: u15 = 0,
}
pub const Flags = packed struct(u16) {
/// Whether time reporting is enabled.
time_report: bool,
_: u15 = 0,
}