pub struct IPv6RoundtripDataFull<N: RoundtripData> {
remote: Address,
local: Address,
next: N,
}
Available on
riot_module_gnrc
and riot_module_ipv6
only.Fields§
§remote: Address
§local: Address
§next: N
Trait Implementations§
Source§impl<N: Debug + RoundtripData> Debug for IPv6RoundtripDataFull<N>
impl<N: Debug + RoundtripData> Debug for IPv6RoundtripDataFull<N>
Source§impl<N: RoundtripData> RoundtripData for IPv6RoundtripDataFull<N>
impl<N: RoundtripData> RoundtripData for IPv6RoundtripDataFull<N>
Auto Trait Implementations§
impl<N> Freeze for IPv6RoundtripDataFull<N>where
N: Freeze,
impl<N> RefUnwindSafe for IPv6RoundtripDataFull<N>where
N: RefUnwindSafe,
impl<N> Send for IPv6RoundtripDataFull<N>where
N: Send,
impl<N> Sync for IPv6RoundtripDataFull<N>where
N: Sync,
impl<N> Unpin for IPv6RoundtripDataFull<N>where
N: Unpin,
impl<N> UnwindSafe for IPv6RoundtripDataFull<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.