pub type virtio_magma_enumerate_devices_resp_t = virtio_magma_enumerate_devices_resp;Aliased Type§
#[repr(C, packed(1))]pub struct virtio_magma_enumerate_devices_resp_t {
pub hdr: virtio_magma_ctrl_hdr,
pub device_paths_out: u64,
pub result_return: u64,
}Fields§
§hdr: virtio_magma_ctrl_hdr§device_paths_out: u64§result_return: u64