pub type virtio_magma_enumerate_devices_ctrl_t = virtio_magma_enumerate_devices_ctrl;
Aliased Type§
#[repr(C, packed(1))]pub struct virtio_magma_enumerate_devices_ctrl_t {
pub hdr: virtio_magma_ctrl_hdr,
pub device_namespace: u64,
pub device_directory_channel: u32,
pub device_count_inout: u64,
pub device_path_size: u32,
}
Fields§
§hdr: virtio_magma_ctrl_hdr
§device_namespace: u64
§device_directory_channel: u32
§device_count_inout: u64
§device_path_size: u32