We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0558a9 commit f2b3a45Copy full SHA for f2b3a45
src/fuchsia/mod.rs
@@ -877,6 +877,11 @@ s! {
877
pub c_ispeed: ::speed_t,
878
pub c_ospeed: ::speed_t,
879
}
880
+
881
+ pub struct in6_pktinfo {
882
+ pub ipi6_addr: ::in6_addr,
883
+ pub ipi6_ifindex: ::c_uint,
884
+ }
885
886
887
s_no_extra_traits! {
@@ -974,11 +979,6 @@ s_no_extra_traits! {
974
979
pub sigev_notify_attributes: *mut pthread_attr_t,
975
980
pub __pad: [::c_char; 56 - 3 * 8 /* 8 == sizeof(long) */],
976
981
977
-
978
- pub struct in6_pktinfo {
- pub ipi6_addr: ::in6_addr,
- pub ipi6_ifindex: ::c_uint,
- }
982
983
984
cfg_if! {
0 commit comments