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