xref
: /
third_party
/
rust
/
crates
/
libc
/
src
/
unix
/
no_align.rs
(revision 2add0d91)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/rust/crates/libc/src/unix/
1
s! {
2
pub
struct
in6_addr
{
3
pub
s6_addr
: [
u8
;
16
],
4
__align
: [
u32
;
0
],
5
}
6
}
7