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