pub type virtio_magma_ctrl_hdr_t = virtio_magma_ctrl_hdr;
Aliased Type§
struct virtio_magma_ctrl_hdr_t {
pub type_: u32,
pub flags: u32,
}
Fields§
§type_: u32
§flags: u32
Trait Implementations
Source§impl Clone for virtio_magma_ctrl_hdr
impl Clone for virtio_magma_ctrl_hdr
Source§fn clone(&self) -> virtio_magma_ctrl_hdr
fn clone(&self) -> virtio_magma_ctrl_hdr
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_ctrl_hdr
impl Debug for virtio_magma_ctrl_hdr
Source§impl Default for virtio_magma_ctrl_hdr
impl Default for virtio_magma_ctrl_hdr
Source§fn default() -> virtio_magma_ctrl_hdr
fn default() -> virtio_magma_ctrl_hdr
Returns the “default value” for a type. Read more
Source§impl FromBytes for virtio_magma_ctrl_hdrwhere
u32: FromBytes,
impl FromBytes for virtio_magma_ctrl_hdrwhere
u32: FromBytes,
Source§impl FromZeros for virtio_magma_ctrl_hdrwhere
u32: FromZeros,
impl FromZeros for virtio_magma_ctrl_hdrwhere
u32: FromZeros,
Source§impl IntoBytes for virtio_magma_ctrl_hdrwhere
u32: IntoBytes,
impl IntoBytes for virtio_magma_ctrl_hdrwhere
u32: IntoBytes,
§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