Home
last modified time | relevance | path

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 Dformat.rs165 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 Dmacros.rs27 macro_rules! impl_from_for_interconvertible_structs { macro