index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
vendor
/
libc
/
src
/
unix
/
no_align.rs
blob: f6b9f4c12d4bab7e069ff89b08f878362b31d98e (
plain
)
1
2
3
4
5
6
s
!
{
pub
struct
in6_addr
{
pub
s6_addr
:
[
u8
;
16
],
__align
:
[
u32
;
0
],
}
}