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