Home
last modified time | relevance | path

Searched defs:Zeroable (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/rust/qemu-api/src/
H A Dzeroable.rs28 pub unsafe trait Zeroable: Default { interface
/openbmc/linux/rust/kernel/
H A Dinit.rs1264 pub unsafe trait Zeroable {} interface
1346 unsafe impl<$first: Zeroable, $($t: Zeroable),*> Zeroable for ($first, $($t),*) {} global() impl
[all...]