Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
packed
/
auxiliary
/
packed.rs
blob: cba166facf4f225bd29ee823d14c365105498fd2 [
file
] [
log
] [
blame
] [
edit
]
#[
repr
(
packed
)]
pub
struct
P1S5
{
a
:
u8
,
b
:
u32
}
#[
repr
(
packed
(
2
))]
pub
struct
P2S6
{
a
:
u8
,
b
:
u32
,
c
:
u8
}
#[
repr
(
C
,
packed
(
2
))]
pub
struct
P2CS8
{
a
:
u8
,
b
:
u32
,
c
:
u8
}