Struct ntcore_sys::NT_RpcAnswer [] [src]

#[repr(C)]
pub struct NT_RpcAnswer { pub entry: NT_Entry, pub call: NT_RpcCall, pub name: NT_String, pub params: NT_String, pub conn: NT_ConnectionInfo, }

NetworkTables RPC Call Data

Fields

Trait Implementations

impl Debug for NT_RpcAnswer
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for NT_RpcAnswer
[src]

impl Clone for NT_RpcAnswer
[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_RpcAnswer

impl !Sync for NT_RpcAnswer