Home
last modified time | relevance | path

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

/external/crosvm/devices/src/virtio/video/
Dformat.rs172 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);
Dmacros.rs27 macro_rules! impl_from_for_interconvertible_structs { macro