Struct nt::Entry[][src]

pub struct Entry<'a> { /* fields omitted */ }

Struct representing an immutable entry in NetworkTables with the given id

Methods

impl<'a> Entry<'a>
[src]

Returns the id of self

Returns the data associated with self

Auto Trait Implementations

impl<'a> Send for Entry<'a>

impl<'a> Sync for Entry<'a>