Home
last modified time | relevance | path

Searched refs:impl_from_for_interconvertible_structs_core (Results 1 – 1 of 1) sorted by relevance

/external/crosvm/devices/src/virtio/video/
Dmacros.rs29 impl_from_for_interconvertible_structs_core!($t1, $t2, $( $v ),+ );
30 impl_from_for_interconvertible_structs_core!($t2, $t1, $( $v ),+ );
34 macro_rules! impl_from_for_interconvertible_structs_core { macro