@@ -1698,13 +1698,6 @@ cfg_if! {
1698
1698
}
1699
1699
}
1700
1700
impl Eq for __c_anonymous_cr_pid { }
1701
- impl fmt:: Debug for __c_anonymous_cr_pid {
1702
- fn fmt( & self , f: & mut fmt:: Formatter ) -> fmt:: Result {
1703
- f. debug_struct( "cr_pid" )
1704
- . field( "cr_pid" , unsafe { & self . cr_pid } )
1705
- . finish( )
1706
- }
1707
- }
1708
1701
impl hash:: Hash for __c_anonymous_cr_pid {
1709
1702
fn hash<H : hash:: Hasher >( & self , state: & mut H ) {
1710
1703
unsafe { self . cr_pid. hash( state) } ;
@@ -1876,13 +1869,6 @@ cfg_if! {
1876
1869
}
1877
1870
}
1878
1871
impl Eq for __c_anonymous_elf32_auxv_union { }
1879
- impl fmt:: Debug for __c_anonymous_elf32_auxv_union {
1880
- fn fmt( & self , f: & mut fmt:: Formatter ) -> fmt:: Result {
1881
- f. debug_struct( "a_val" )
1882
- . field( "a_val" , unsafe { & self . a_val } )
1883
- . finish( )
1884
- }
1885
- }
1886
1872
impl PartialEq for Elf32_Auxinfo {
1887
1873
fn eq( & self , other: & Elf32_Auxinfo ) -> bool {
1888
1874
self . a_type == other. a_type && self . a_un == other. a_un
@@ -1920,27 +1906,6 @@ cfg_if! {
1920
1906
}
1921
1907
}
1922
1908
impl Eq for __c_anonymous_ifr_ifru { }
1923
- impl fmt:: Debug for __c_anonymous_ifr_ifru {
1924
- fn fmt( & self , f: & mut fmt:: Formatter ) -> fmt:: Result {
1925
- f. debug_struct( "ifr_ifru" )
1926
- . field( "ifru_addr" , unsafe { & self . ifru_addr } )
1927
- . field( "ifru_dstaddr" , unsafe { & self . ifru_dstaddr } )
1928
- . field( "ifru_broadaddr" , unsafe { & self . ifru_broadaddr } )
1929
- . field( "ifru_buffer" , unsafe { & self . ifru_buffer } )
1930
- . field( "ifru_flags" , unsafe { & self . ifru_flags } )
1931
- . field( "ifru_index" , unsafe { & self . ifru_index } )
1932
- . field( "ifru_jid" , unsafe { & self . ifru_jid } )
1933
- . field( "ifru_metric" , unsafe { & self . ifru_metric } )
1934
- . field( "ifru_mtu" , unsafe { & self . ifru_mtu } )
1935
- . field( "ifru_phys" , unsafe { & self . ifru_phys } )
1936
- . field( "ifru_media" , unsafe { & self . ifru_media } )
1937
- . field( "ifru_data" , unsafe { & self . ifru_data } )
1938
- . field( "ifru_cap" , unsafe { & self . ifru_cap } )
1939
- . field( "ifru_fib" , unsafe { & self . ifru_fib } )
1940
- . field( "ifru_vlan_pcp" , unsafe { & self . ifru_vlan_pcp } )
1941
- . finish( )
1942
- }
1943
- }
1944
1909
impl hash:: Hash for __c_anonymous_ifr_ifru {
1945
1910
fn hash<H : hash:: Hasher >( & self , state: & mut H ) {
1946
1911
unsafe { self . ifru_addr. hash( state) } ;
@@ -1990,15 +1955,6 @@ cfg_if! {
1990
1955
}
1991
1956
}
1992
1957
1993
- impl fmt:: Debug for __c_anonymous_ifc_ifcu {
1994
- fn fmt( & self , f: & mut fmt:: Formatter ) -> fmt:: Result {
1995
- f. debug_struct( "ifc_ifcu" )
1996
- . field( "ifcu_buf" , unsafe { & self . ifcu_buf } )
1997
- . field( "ifcu_req" , unsafe { & self . ifcu_req } )
1998
- . finish( )
1999
- }
2000
- }
2001
-
2002
1958
impl hash:: Hash for __c_anonymous_ifc_ifcu {
2003
1959
fn hash<H : hash:: Hasher >( & self , state: & mut H ) {
2004
1960
unsafe { self . ifcu_buf. hash( state) } ;
@@ -2107,14 +2063,6 @@ cfg_if! {
2107
2063
}
2108
2064
}
2109
2065
impl Eq for __c_anonymous_ifi_epoch { }
2110
- impl fmt:: Debug for __c_anonymous_ifi_epoch {
2111
- fn fmt( & self , f: & mut fmt:: Formatter ) -> fmt:: Result {
2112
- f. debug_struct( "__c_anonymous_ifi_epoch" )
2113
- . field( "tt" , unsafe { & self . tt } )
2114
- . field( "ph" , unsafe { & self . ph } )
2115
- . finish( )
2116
- }
2117
- }
2118
2066
impl hash:: Hash for __c_anonymous_ifi_epoch {
2119
2067
fn hash<H : hash:: Hasher >( & self , state: & mut H ) {
2120
2068
unsafe {
@@ -2130,14 +2078,6 @@ cfg_if! {
2130
2078
}
2131
2079
}
2132
2080
impl Eq for __c_anonymous_ifi_lastchange { }
2133
- impl fmt:: Debug for __c_anonymous_ifi_lastchange {
2134
- fn fmt( & self , f: & mut fmt:: Formatter ) -> fmt:: Result {
2135
- f. debug_struct( "__c_anonymous_ifi_lastchange" )
2136
- . field( "tv" , unsafe { & self . tv } )
2137
- . field( "ph" , unsafe { & self . ph } )
2138
- . finish( )
2139
- }
2140
- }
2141
2081
impl hash:: Hash for __c_anonymous_ifi_lastchange {
2142
2082
fn hash<H : hash:: Hasher >( & self , state: & mut H ) {
2143
2083
unsafe {
0 commit comments