Struct ntcore_sys::NT_Value [] [src]

#[repr(C)]
pub struct NT_Value { pub type_: NT_Type, pub last_change: u64, pub data: NT_Value__bindgen_ty_1, }

NetworkTables Entry Value. Note this is a typed union.

Fields

Trait Implementations

impl Copy for NT_Value
[src]

impl Clone for NT_Value
[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_Value

impl !Sync for NT_Value