You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The phy::DeviceLimits struct has a private dummy field, which makes meaningful construction impossible. The only way is through the Default implementation, but this yields a max_transmission_unit of 0…
A DeviceLimits struct is required for implementing the limits method of the phy::Device trait.
The text was updated successfully, but these errors were encountered:
The
phy::DeviceLimits
struct has a private dummy field, which makes meaningful construction impossible. The only way is through theDefault
implementation, but this yields amax_transmission_unit
of 0…A
DeviceLimits
struct is required for implementing thelimits
method of thephy::Device
trait.The text was updated successfully, but these errors were encountered: