pub struct NtTopic<'nt, T: DataType> { /* private fields */ }Expand description
A NetworkTables topic
Automatically unpublished when dropped.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'nt, T> !RefUnwindSafe for NtTopic<'nt, T>
impl<'nt, T> !UnwindSafe for NtTopic<'nt, T>
impl<'nt, T> Freeze for NtTopic<'nt, T>
impl<'nt, T> Send for NtTopic<'nt, T>where
T: Send,
impl<'nt, T> Sync for NtTopic<'nt, T>where
T: Sync,
impl<'nt, T> Unpin for NtTopic<'nt, T>where
T: Unpin,
impl<'nt, T> UnsafeUnpin for NtTopic<'nt, T>
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