pub struct DroneUdpConnection { /* private fields */ }Expand description
Connection of a drone
Implementations§
Auto Trait Implementations§
impl Freeze for DroneUdpConnection
impl RefUnwindSafe for DroneUdpConnection
impl Send for DroneUdpConnection
impl Sync for DroneUdpConnection
impl Unpin for DroneUdpConnection
impl UnwindSafe for DroneUdpConnection
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