Struct ntcore_sys::NT_LogMessage [] [src]

#[repr(C)]
pub struct NT_LogMessage { pub logger: NT_Logger, pub level: c_uint, pub filename: *const c_char, pub line: c_uint, pub message: *mut c_char, }

NetworkTables log message.

Fields

The logger that generated the message.

Log level of the message. See NT_LogLevel.

The filename of the source file that generated the message.

The line number in the source file that generated the message.

The message.

Trait Implementations

impl Debug for NT_LogMessage
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for NT_LogMessage
[src]

impl Clone for NT_LogMessage
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for NT_LogMessage

impl !Sync for NT_LogMessage