pub struct LogEntry {
pub code: u8,
pub log_type: u8,
pub description: u8,
pub spare: u8,
pub time: u32,
}
Fields§
§code: u8
(RESEARCH NEEDED)
log_type: u8
The subtype under the description (RESEARCH NEEDED)
description: u8
The type of the log message (RESEARCH NEEDED)
spare: u8
(RESEARCH NEEDED)
time: u32
How long (in milliseconds) after the brain powered on
Trait Implementations§
impl Copy for LogEntry
impl Eq for LogEntry
impl StructuralPartialEq for LogEntry
Auto Trait Implementations§
impl Freeze for LogEntry
impl RefUnwindSafe for LogEntry
impl Send for LogEntry
impl Sync for LogEntry
impl Unpin for LogEntry
impl UnwindSafe for LogEntry
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