Struct riot_sys::sock_udp_aux_tx_t
source · #[repr(C)]pub struct sock_udp_aux_tx_t {
pub local: sock_udp_ep_t,
pub flags: sock_aux_flags_t,
}
Expand description
@brief Auxiliary data provided when sending using an UDP sock object
Fields§
§local: sock_udp_ep_t
@brief The local endpoint from which the datagram will be sent
@see SOCK_AUX_SET_LOCAL
flags: sock_aux_flags_t
< Flags used request information
Trait Implementations§
source§impl Clone for sock_udp_aux_tx_t
impl Clone for sock_udp_aux_tx_t
source§fn clone(&self) -> sock_udp_aux_tx_t
fn clone(&self) -> sock_udp_aux_tx_t
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for sock_udp_aux_tx_t
impl Debug for sock_udp_aux_tx_t
source§impl Default for sock_udp_aux_tx_t
impl Default for sock_udp_aux_tx_t
impl Copy for sock_udp_aux_tx_t
Auto Trait Implementations§
impl RefUnwindSafe for sock_udp_aux_tx_t
impl Send for sock_udp_aux_tx_t
impl Sync for sock_udp_aux_tx_t
impl Unpin for sock_udp_aux_tx_t
impl UnwindSafe for sock_udp_aux_tx_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