pub type virtio_magma_connection_release_semaphore_ctrl_t = virtio_magma_connection_release_semaphore_ctrl;Aliased Type§
#[repr(C, packed(1))]pub struct virtio_magma_connection_release_semaphore_ctrl_t {
pub hdr: virtio_magma_ctrl_hdr,
pub connection: u64,
pub semaphore: u64,
}Fields§
§hdr: virtio_magma_ctrl_hdr§connection: u64§semaphore: u64