Struct ntcore_sys::NT_RpcDefinition [] [src]

#[repr(C)]
pub struct NT_RpcDefinition { pub version: c_uint, pub name: NT_String, pub num_params: usize, pub params: *mut NT_RpcParamDef, pub num_results: usize, pub results: *mut NT_RpcResultDef, }

NetworkTables RPC Version 1 Definition

Fields

Trait Implementations

impl Debug for NT_RpcDefinition
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for NT_RpcDefinition
[src]

impl Clone for NT_RpcDefinition
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations