pub struct UDPRoundtripDataFull<N: RoundtripData> {
remote: NonZeroU16,
local: NonZeroU16,
next: N,
}
Available on
riot_module_gnrc
and riot_module_gnrc_udp
only.Fields§
§remote: NonZeroU16
§local: NonZeroU16
§next: N
Trait Implementations§
Source§impl<N: Debug + RoundtripData> Debug for UDPRoundtripDataFull<N>
impl<N: Debug + RoundtripData> Debug for UDPRoundtripDataFull<N>
Source§impl<N: RoundtripData> RoundtripData for UDPRoundtripDataFull<N>
impl<N: RoundtripData> RoundtripData for UDPRoundtripDataFull<N>
Auto Trait Implementations§
impl<N> Freeze for UDPRoundtripDataFull<N>where
N: Freeze,
impl<N> RefUnwindSafe for UDPRoundtripDataFull<N>where
N: RefUnwindSafe,
impl<N> Send for UDPRoundtripDataFull<N>where
N: Send,
impl<N> Sync for UDPRoundtripDataFull<N>where
N: Sync,
impl<N> Unpin for UDPRoundtripDataFull<N>where
N: Unpin,
impl<N> UnwindSafe for UDPRoundtripDataFull<N>where
N: UnwindSafe,
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
Source§impl<T> IntoSwitch for T
impl<T> IntoSwitch for T
Source§fn into_switch<ActiveLevel>(self) -> Switch<T, ActiveLevel>
fn into_switch<ActiveLevel>(self) -> Switch<T, ActiveLevel>
Source§fn into_active_high_switch(self) -> Switch<Self, ActiveHigh>where
Self: Sized,
fn into_active_high_switch(self) -> Switch<Self, ActiveHigh>where
Self: Sized,
Layout§
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.