pub struct UdpConfig { /* private fields */ }
Expand description
MAVLink address for a UDP server client or broadcast connection
Implementations§
Trait Implementations§
Source§impl AsyncConnectable for UdpConfig
impl AsyncConnectable for UdpConfig
Source§impl Connectable for UdpConfig
impl Connectable for UdpConfig
Source§impl From<UdpConfig> for ConnectionAddress
impl From<UdpConfig> for ConnectionAddress
Source§fn from(value: UdpConfig) -> ConnectionAddress
fn from(value: UdpConfig) -> ConnectionAddress
Converts to this type from the input type.
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