Struct ntcore_sys::NT_ConnectionNotification [] [src]

#[repr(C)]
pub struct NT_ConnectionNotification { pub listener: NT_ConnectionListener, pub connected: NT_Bool, pub conn: NT_ConnectionInfo, }

NetworkTables Connection Notification

Fields

Listener that was triggered.

True if event is due to connection being established.

Connection info.

Trait Implementations

impl Debug for NT_ConnectionNotification
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for NT_ConnectionNotification
[src]

impl Clone for NT_ConnectionNotification
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations