Struct ntcore_sys::NT_EntryNotification [] [src]

#[repr(C)]
pub struct NT_EntryNotification { pub listener: NT_EntryListener, pub entry: NT_Entry, pub name: NT_String, pub value: NT_Value, pub flags: c_uint, }

NetworkTables Entry Notification

Fields

Listener that was triggered.

Entry handle.

Entry name.

The new value.

Update flags. For example, NT_NOTIFY_NEW if the key did not previously exist.

Trait Implementations

impl Copy for NT_EntryNotification
[src]

impl Clone for NT_EntryNotification
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations