pub struct DriverStation { /* private fields */ }Implementations§
Source§impl DriverStation
impl DriverStation
pub async fn new(team: u16) -> Self
pub async fn receive_rio_udp(self) -> FromRioUdpPacket
pub async fn send_rio_udp(self) -> Result<usize, Error>
Auto Trait Implementations§
impl Freeze for DriverStation
impl RefUnwindSafe for DriverStation
impl Send for DriverStation
impl Sync for DriverStation
impl Unpin for DriverStation
impl UnwindSafe for DriverStation
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