#[repr(C)]pub struct NT_TopicInfo {
pub topic: NT_Topic,
pub name: WPI_String,
pub type: NT_Type,
pub type_str: WPI_String,
pub properties: WPI_String,
}Expand description
NetworkTables Topic Information
Fields§
§topic: NT_TopicTopic handle
name: WPI_StringTopic name
type: NT_TypeTopic type
type_str: WPI_StringTopic type string
properties: WPI_StringTopic properties JSON string
Trait Implementations§
Source§impl Clone for NT_TopicInfo
impl Clone for NT_TopicInfo
Source§fn clone(&self) -> NT_TopicInfo
fn clone(&self) -> NT_TopicInfo
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NT_TopicInfo
impl Debug for NT_TopicInfo
Source§impl Hash for NT_TopicInfo
impl Hash for NT_TopicInfo
impl Copy for NT_TopicInfo
Auto Trait Implementations§
impl Freeze for NT_TopicInfo
impl RefUnwindSafe for NT_TopicInfo
impl !Send for NT_TopicInfo
impl !Sync for NT_TopicInfo
impl Unpin for NT_TopicInfo
impl UnwindSafe for NT_TopicInfo
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