@@ -2514,24 +2514,24 @@ struct Foo foo;
2514
2514
#[repr(C)]
2515
2515
pub struct Foo {
2516
2516
pub x: i32,
2517
- pub bar: __anon_1 ,
2517
+ pub bar: __anon_Foo_1 ,
2518
2518
pub __pad_36: [u8; 4],
2519
- pub baz: __anon_2 ,
2519
+ pub baz: __anon_Foo_2 ,
2520
2520
pub w: i32,
2521
2521
pub __pad_52: [u8; 4],
2522
2522
}
2523
2523
#[derive(Copy, Clone)]
2524
2524
#[repr(C)]
2525
- pub union __anon_1 {
2525
+ pub union __anon_Foo_1 {
2526
2526
pub y: [u8; 10],
2527
2527
pub z: [u16; 16],
2528
2528
}
2529
- impl std::fmt::Debug for __anon_1 {
2529
+ impl std::fmt::Debug for __anon_Foo_1 {
2530
2530
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
2531
2531
write!(f, "(???)")
2532
2532
}
2533
2533
}
2534
- impl Default for __anon_1 {
2534
+ impl Default for __anon_Foo_1 {
2535
2535
fn default() -> Self {
2536
2536
Self {
2537
2537
y: [u8::default(); 10],
@@ -2540,16 +2540,16 @@ impl Default for __anon_1 {
2540
2540
}
2541
2541
#[derive(Copy, Clone)]
2542
2542
#[repr(C)]
2543
- pub union __anon_2 {
2543
+ pub union __anon_Foo_2 {
2544
2544
pub w: u32,
2545
2545
pub u: *mut u64,
2546
2546
}
2547
- impl std::fmt::Debug for __anon_2 {
2547
+ impl std::fmt::Debug for __anon_Foo_2 {
2548
2548
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
2549
2549
write!(f, "(???)")
2550
2550
}
2551
2551
}
2552
- impl Default for __anon_2 {
2552
+ impl Default for __anon_Foo_2 {
2553
2553
fn default() -> Self {
2554
2554
Self {
2555
2555
w: u32::default(),
@@ -2594,25 +2594,25 @@ struct Foo foo;
2594
2594
#[repr(C)]
2595
2595
pub struct Foo {
2596
2596
pub x: i32,
2597
- pub bar: __anon_1 ,
2598
- pub baz: __anon_2 ,
2597
+ pub bar: __anon_Foo_1 ,
2598
+ pub baz: __anon_Foo_2 ,
2599
2599
pub w: i32,
2600
2600
pub __pad_68: [u8; 4],
2601
2601
}
2602
2602
#[derive(Debug, Default, Copy, Clone)]
2603
2603
#[repr(C)]
2604
- pub struct __anon_1 {
2604
+ pub struct __anon_Foo_1 {
2605
2605
pub y: [u8; 10],
2606
2606
pub z: [u16; 16],
2607
2607
}
2608
2608
#[derive(Debug, Copy, Clone)]
2609
2609
#[repr(C)]
2610
- pub struct __anon_2 {
2610
+ pub struct __anon_Foo_2 {
2611
2611
pub w: u32,
2612
2612
pub __pad_4: [u8; 4],
2613
2613
pub u: *mut u64,
2614
2614
}
2615
- impl Default for __anon_2 {
2615
+ impl Default for __anon_Foo_2 {
2616
2616
fn default() -> Self {
2617
2617
Self {
2618
2618
w: u32::default(),
@@ -2667,31 +2667,31 @@ struct Foo foo;
2667
2667
#[repr(C)]
2668
2668
pub struct Foo {
2669
2669
pub x: i32,
2670
- pub bar: __anon_1 ,
2671
- pub zerg: __anon_2 ,
2672
- pub baz: __anon_3 ,
2670
+ pub bar: __anon_Foo_1 ,
2671
+ pub zerg: __anon_Foo_2 ,
2672
+ pub baz: __anon_Foo_3 ,
2673
2673
pub w: i32,
2674
2674
pub __pad_76: [u8; 4],
2675
- pub flarg: __anon_4 ,
2675
+ pub flarg: __anon_Foo_4 ,
2676
2676
}
2677
2677
#[derive(Debug, Default, Copy, Clone)]
2678
2678
#[repr(C)]
2679
- pub struct __anon_1 {
2679
+ pub struct __anon_Foo_1 {
2680
2680
pub y: [u8; 10],
2681
2681
pub z: [u16; 16],
2682
2682
}
2683
2683
#[derive(Copy, Clone)]
2684
2684
#[repr(C)]
2685
- pub union __anon_2 {
2685
+ pub union __anon_Foo_2 {
2686
2686
pub a: *mut i8,
2687
2687
pub b: i32,
2688
2688
}
2689
- impl std::fmt::Debug for __anon_2 {
2689
+ impl std::fmt::Debug for __anon_Foo_2 {
2690
2690
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
2691
2691
write!(f, "(???)")
2692
2692
}
2693
2693
}
2694
- impl Default for __anon_2 {
2694
+ impl Default for __anon_Foo_2 {
2695
2695
fn default() -> Self {
2696
2696
Self {
2697
2697
a: std::ptr::null_mut(),
@@ -2700,12 +2700,12 @@ impl Default for __anon_2 {
2700
2700
}
2701
2701
#[derive(Debug, Copy, Clone)]
2702
2702
#[repr(C)]
2703
- pub struct __anon_3 {
2703
+ pub struct __anon_Foo_3 {
2704
2704
pub w: u32,
2705
2705
pub __pad_4: [u8; 4],
2706
2706
pub u: *mut u64,
2707
2707
}
2708
- impl Default for __anon_3 {
2708
+ impl Default for __anon_Foo_3 {
2709
2709
fn default() -> Self {
2710
2710
Self {
2711
2711
w: u32::default(),
@@ -2716,16 +2716,16 @@ impl Default for __anon_3 {
2716
2716
}
2717
2717
#[derive(Copy, Clone)]
2718
2718
#[repr(C)]
2719
- pub union __anon_4 {
2719
+ pub union __anon_Foo_4 {
2720
2720
pub c: u8,
2721
2721
pub d: [u64; 5],
2722
2722
}
2723
- impl std::fmt::Debug for __anon_4 {
2723
+ impl std::fmt::Debug for __anon_Foo_4 {
2724
2724
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
2725
2725
write!(f, "(???)")
2726
2726
}
2727
2727
}
2728
- impl Default for __anon_4 {
2728
+ impl Default for __anon_Foo_4 {
2729
2729
fn default() -> Self {
2730
2730
Self {
2731
2731
c: u8::default(),
@@ -2763,20 +2763,20 @@ struct Foo foo = {{0}};
2763
2763
#[derive(Debug, Default, Copy, Clone)]
2764
2764
#[repr(C)]
2765
2765
pub struct Foo {
2766
- pub __anon_1: __anon_1 ,
2766
+ pub __anon_Foo_1: __anon_Foo_1 ,
2767
2767
}
2768
2768
#[derive(Copy, Clone)]
2769
2769
#[repr(C)]
2770
- pub union __anon_1 {
2770
+ pub union __anon_Foo_1 {
2771
2771
pub name: *mut i8,
2772
2772
pub tp: *mut std::ffi::c_void,
2773
2773
}
2774
- impl std::fmt::Debug for __anon_1 {
2774
+ impl std::fmt::Debug for __anon_Foo_1 {
2775
2775
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
2776
2776
write!(f, "(???)")
2777
2777
}
2778
2778
}
2779
- impl Default for __anon_1 {
2779
+ impl Default for __anon_Foo_1 {
2780
2780
fn default() -> Self {
2781
2781
Self {
2782
2782
name: std::ptr::null_mut(),
@@ -2811,17 +2811,17 @@ struct Foo foo;
2811
2811
#[derive(Debug, Default, Copy, Clone)]
2812
2812
#[repr(C)]
2813
2813
pub struct Foo {
2814
- pub test: __anon_1 ,
2814
+ pub test: __anon_Foo_1 ,
2815
2815
}
2816
2816
#[derive(Debug, Copy, Clone, Eq, PartialEq)]
2817
2817
#[repr(transparent)]
2818
- pub struct __anon_1 (pub u32);
2818
+ pub struct __anon_Foo_1 (pub u32);
2819
2819
#[allow(non_upper_case_globals)]
2820
- impl __anon_1 {
2821
- pub const FOO: __anon_1 = __anon_1 (1);
2820
+ impl __anon_Foo_1 {
2821
+ pub const FOO: __anon_Foo_1 = __anon_Foo_1 (1);
2822
2822
}
2823
- impl Default for __anon_1 {
2824
- fn default() -> Self { __anon_1 ::FOO }
2823
+ impl Default for __anon_Foo_1 {
2824
+ fn default() -> Self { __anon_Foo_1 ::FOO }
2825
2825
}
2826
2826
"# ;
2827
2827
@@ -2918,40 +2918,40 @@ struct bpf_sock_tuple_5_15 tup;
2918
2918
#[derive(Debug, Default, Copy, Clone)]
2919
2919
#[repr(C)]
2920
2920
pub struct bpf_sock_tuple_5_15 {
2921
- pub __anon_1: __anon_1 ,
2921
+ pub __anon_bpf_sock_tuple_5_15_1: __anon_bpf_sock_tuple_5_15_1 ,
2922
2922
pub __pad_36: [u8; 4],
2923
- pub __anon_2: __anon_2 ,
2923
+ pub __anon_bpf_sock_tuple_5_15_2: __anon_bpf_sock_tuple_5_15_2 ,
2924
2924
}
2925
2925
#[derive(Copy, Clone)]
2926
2926
#[repr(C)]
2927
- pub union __anon_1 {
2928
- pub ipv4: __anon_3 ,
2929
- pub ipv6: __anon_4 ,
2927
+ pub union __anon_bpf_sock_tuple_5_15_1 {
2928
+ pub ipv4: __anon_bpf_sock_tuple_5_15_3 ,
2929
+ pub ipv6: __anon_bpf_sock_tuple_5_15_4 ,
2930
2930
}
2931
- impl std::fmt::Debug for __anon_1 {
2931
+ impl std::fmt::Debug for __anon_bpf_sock_tuple_5_15_1 {
2932
2932
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
2933
2933
write!(f, "(???)")
2934
2934
}
2935
2935
}
2936
- impl Default for __anon_1 {
2936
+ impl Default for __anon_bpf_sock_tuple_5_15_1 {
2937
2937
fn default() -> Self {
2938
2938
Self {
2939
- ipv4: __anon_3 ::default(),
2939
+ ipv4: __anon_bpf_sock_tuple_5_15_3 ::default(),
2940
2940
}
2941
2941
}
2942
2942
}
2943
2943
#[derive(Copy, Clone)]
2944
2944
#[repr(C)]
2945
- pub union __anon_2 {
2945
+ pub union __anon_bpf_sock_tuple_5_15_2 {
2946
2946
pub a: i32,
2947
2947
pub b: *mut i8,
2948
2948
}
2949
- impl std::fmt::Debug for __anon_2 {
2949
+ impl std::fmt::Debug for __anon_bpf_sock_tuple_5_15_2 {
2950
2950
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
2951
2951
write!(f, "(???)")
2952
2952
}
2953
2953
}
2954
- impl Default for __anon_2 {
2954
+ impl Default for __anon_bpf_sock_tuple_5_15_2 {
2955
2955
fn default() -> Self {
2956
2956
Self {
2957
2957
a: i32::default(),
@@ -2960,15 +2960,15 @@ impl Default for __anon_2 {
2960
2960
}
2961
2961
#[derive(Debug, Default, Copy, Clone)]
2962
2962
#[repr(C)]
2963
- pub struct __anon_3 {
2963
+ pub struct __anon_bpf_sock_tuple_5_15_3 {
2964
2964
pub saddr: u32,
2965
2965
pub daddr: u32,
2966
2966
pub sport: u16,
2967
2967
pub dport: u16,
2968
2968
}
2969
2969
#[derive(Debug, Default, Copy, Clone)]
2970
2970
#[repr(C)]
2971
- pub struct __anon_4 {
2971
+ pub struct __anon_bpf_sock_tuple_5_15_4 {
2972
2972
pub saddr: [u32; 4],
2973
2973
pub daddr: [u32; 4],
2974
2974
pub sport: u16,
0 commit comments