#[repr(C)]pub struct NT_Value {
pub type: NT_Type,
pub last_change: i64,
pub server_time: i64,
pub data: NT_ValueData,
}Expand description
NetworkTables Entry Value. Note this is a typed union.
Fields§
§type: NT_Type§last_change: i64§server_time: i64§data: NT_ValueDataTrait Implementations§
Auto Trait Implementations§
impl Freeze for NT_Value
impl RefUnwindSafe for NT_Value
impl !Send for NT_Value
impl !Sync for NT_Value
impl Unpin for NT_Value
impl UnwindSafe for NT_Value
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more