Struct riot_sys::sock_ip_aux_tx_t
source · [−]#[repr(C)]pub struct sock_ip_aux_tx_t {
pub local: sock_ip_ep_t,
pub flags: sock_aux_flags_t,
}
Expand description
@brief Auxiliary data provided when sending using an IP sock object
Fields
local: sock_ip_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
sourceimpl Clone for sock_ip_aux_tx_t
impl Clone for sock_ip_aux_tx_t
sourcefn clone(&self) -> sock_ip_aux_tx_t
fn clone(&self) -> sock_ip_aux_tx_t
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for sock_ip_aux_tx_t
impl Debug for sock_ip_aux_tx_t
sourceimpl Default for sock_ip_aux_tx_t
impl Default for sock_ip_aux_tx_t
impl Copy for sock_ip_aux_tx_t
Auto Trait Implementations
impl RefUnwindSafe for sock_ip_aux_tx_t
impl Send for sock_ip_aux_tx_t
impl Sync for sock_ip_aux_tx_t
impl Unpin for sock_ip_aux_tx_t
impl UnwindSafe for sock_ip_aux_tx_t
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more