Struct ntcore_sys::NT_RpcParamDef [] [src]

#[repr(C)]
pub struct NT_RpcParamDef { pub name: NT_String, pub def_value: NT_Value, }

NetworkTables RPC Version 1 Definition Parameter

Fields

Trait Implementations

impl Copy for NT_RpcParamDef
[src]

impl Clone for NT_RpcParamDef
[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_RpcParamDef

impl !Sync for NT_RpcParamDef