Searched refs:impl_from_for_interconvertible_structs (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/crosvm/devices/src/virtio/video/ |
H A D | format.rs | 165 impl_from_for_interconvertible_structs!(virtio_video_crop, Crop, left, top, width, height); 172 impl_from_for_interconvertible_structs!(virtio_video_plane_format, PlaneFormat, plane_size, stride); 223 impl_from_for_interconvertible_structs!(virtio_video_format_range, FormatRange, min, max, step);
|
H A D | macros.rs | 27 macro_rules! impl_from_for_interconvertible_structs { macro
|