pub type virtio_magma_poll_ctrl_t = virtio_magma_poll_ctrl;
Aliased Type§
struct virtio_magma_poll_ctrl_t {
pub hdr: virtio_magma_ctrl_hdr,
pub items: u64,
pub count: u32,
pub timeout_ns: u64,
}
Fields§
§hdr: virtio_magma_ctrl_hdr
§items: u64
§count: u32
§timeout_ns: u64
Trait Implementations
Source§impl Clone for virtio_magma_poll_ctrl
impl Clone for virtio_magma_poll_ctrl
Source§fn clone(&self) -> virtio_magma_poll_ctrl
fn clone(&self) -> virtio_magma_poll_ctrl
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for virtio_magma_poll_ctrl
impl Debug for virtio_magma_poll_ctrl
Source§impl Default for virtio_magma_poll_ctrl
impl Default for virtio_magma_poll_ctrl
Source§fn default() -> virtio_magma_poll_ctrl
fn default() -> virtio_magma_poll_ctrl
Returns the “default value” for a type. Read more
Source§impl FromBytes for virtio_magma_poll_ctrl
impl FromBytes for virtio_magma_poll_ctrl
Source§impl FromZeros for virtio_magma_poll_ctrl
impl FromZeros for virtio_magma_poll_ctrl
Source§impl IntoBytes for virtio_magma_poll_ctrl
impl IntoBytes for virtio_magma_poll_ctrl
§fn as_mut_bytes(&mut self) -> &mut [u8] ⓘwhere
Self: FromBytes,
fn as_mut_bytes(&mut self) -> &mut [u8] ⓘwhere
Self: FromBytes,
Gets the bytes of this value mutably. Read more