Sign in
◑
Theme
gbmc
/
linux
/
refs/heads/linux-rolling-stable
/
.
/
rust
/
zerocopy
/
benches
/
zero_dynamic_size.rs
blob: 536d800ebc76e5e7fc85aa9c05a4abc1f49e1e35 [
file
] [
edit
]
use
zerocopy
::*;
#[
path
=
"formats/coco_dynamic_size.rs"
]
mod
format
;
#[
unsafe
(
no_mangle
)]
fn
bench_zero_dynamic_size
(
source
:
&
mut
format
::
LocoPacket
)
{
source
.
zero
()
}