Struct ntcore_sys::NT_EntryInfo [] [src]

#[repr(C)]
pub struct NT_EntryInfo { pub entry: NT_Entry, pub name: NT_String, pub type_: NT_Type, pub flags: c_uint, pub last_change: u64, }

NetworkTables Entry Information

Fields

Entry handle

Entry name

Entry type

Entry flags

Timestamp of last change to entry (type or value).

Trait Implementations

impl Debug for NT_EntryInfo
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for NT_EntryInfo
[src]

impl Clone for NT_EntryInfo
[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_EntryInfo

impl !Sync for NT_EntryInfo