pub struct UdpConfig { /* private fields */ }
Available on crate features
udp
and std
only.Expand description
MAVLink address for a UDP server client or broadcast connection
Implementations§
Trait Implementations§
Source§impl AsyncConnectable for UdpConfig
Available on crate feature tokio-1
only.
impl AsyncConnectable for UdpConfig
Available on crate feature
tokio-1
only.Source§impl Connectable for UdpConfig
impl Connectable for UdpConfig
Auto Trait Implementations§
impl Freeze for UdpConfig
impl RefUnwindSafe for UdpConfig
impl Send for UdpConfig
impl Sync for UdpConfig
impl Unpin for UdpConfig
impl UnwindSafe for UdpConfig
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