@@ -1698,13 +1698,6 @@ cfg_if! {
16981698 }
16991699 }
17001700 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- }
17081701 impl hash:: Hash for __c_anonymous_cr_pid {
17091702 fn hash<H : hash:: Hasher >( & self , state: & mut H ) {
17101703 unsafe { self . cr_pid. hash( state) } ;
@@ -1876,13 +1869,6 @@ cfg_if! {
18761869 }
18771870 }
18781871 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- }
18861872 impl PartialEq for Elf32_Auxinfo {
18871873 fn eq( & self , other: & Elf32_Auxinfo ) -> bool {
18881874 self . a_type == other. a_type && self . a_un == other. a_un
@@ -1920,27 +1906,6 @@ cfg_if! {
19201906 }
19211907 }
19221908 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- }
19441909 impl hash:: Hash for __c_anonymous_ifr_ifru {
19451910 fn hash<H : hash:: Hasher >( & self , state: & mut H ) {
19461911 unsafe { self . ifru_addr. hash( state) } ;
@@ -1990,15 +1955,6 @@ cfg_if! {
19901955 }
19911956 }
19921957
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-
20021958 impl hash:: Hash for __c_anonymous_ifc_ifcu {
20031959 fn hash<H : hash:: Hasher >( & self , state: & mut H ) {
20041960 unsafe { self . ifcu_buf. hash( state) } ;
@@ -2107,14 +2063,6 @@ cfg_if! {
21072063 }
21082064 }
21092065 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- }
21182066 impl hash:: Hash for __c_anonymous_ifi_epoch {
21192067 fn hash<H : hash:: Hasher >( & self , state: & mut H ) {
21202068 unsafe {
@@ -2130,14 +2078,6 @@ cfg_if! {
21302078 }
21312079 }
21322080 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- }
21412081 impl hash:: Hash for __c_anonymous_ifi_lastchange {
21422082 fn hash<H : hash:: Hasher >( & self , state: & mut H ) {
21432083 unsafe {
0 commit comments