Struct magma::virtio_magma_poll_resp
source · #[repr(C, packed(1))]pub struct virtio_magma_poll_resp {
pub hdr: virtio_magma_ctrl_hdr_t,
pub result_return: u64,
}
Fields§
§hdr: virtio_magma_ctrl_hdr_t
§result_return: u64
Trait Implementations§
source§impl Clone for virtio_magma_poll_resp
impl Clone for virtio_magma_poll_resp
source§fn clone(&self) -> virtio_magma_poll_resp
fn clone(&self) -> virtio_magma_poll_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 Debug for virtio_magma_poll_resp
impl Debug for virtio_magma_poll_resp
source§impl Default for virtio_magma_poll_resp
impl Default for virtio_magma_poll_resp
source§fn default() -> virtio_magma_poll_resp
fn default() -> virtio_magma_poll_resp
Returns the “default value” for a type. Read more
source§impl FromBytes for virtio_magma_poll_respwhere
virtio_magma_ctrl_hdr_t: FromBytes,
u64: FromBytes,
impl FromBytes for virtio_magma_poll_respwhere
virtio_magma_ctrl_hdr_t: FromBytes,
u64: FromBytes,
§fn slice_from_prefix(bytes: &[u8], count: usize) -> Option<(&[Self], &[u8])>where
Self: Sized + NoCell,
fn slice_from_prefix(bytes: &[u8], count: usize) -> Option<(&[Self], &[u8])>where
Self: Sized + NoCell,
Interprets the prefix of the given
bytes
as a &[Self]
with length
equal to count
without copying. Read more§fn slice_from_suffix(bytes: &[u8], count: usize) -> Option<(&[u8], &[Self])>where
Self: Sized + NoCell,
fn slice_from_suffix(bytes: &[u8], count: usize) -> Option<(&[u8], &[Self])>where
Self: Sized + NoCell,
Interprets the suffix of the given
bytes
as a &[Self]
with length
equal to count
without copying. Read more§fn mut_slice_from_prefix(
bytes: &mut [u8],
count: usize,
) -> Option<(&mut [Self], &mut [u8])>where
Self: Sized + IntoBytes + NoCell,
fn mut_slice_from_prefix(
bytes: &mut [u8],
count: usize,
) -> Option<(&mut [Self], &mut [u8])>where
Self: Sized + IntoBytes + NoCell,
Interprets the prefix of the given
bytes
as a &mut [Self]
with length
equal to count
without copying. Read more§fn mut_slice_from_suffix(
bytes: &mut [u8],
count: usize,
) -> Option<(&mut [u8], &mut [Self])>where
Self: Sized + IntoBytes + NoCell,
fn mut_slice_from_suffix(
bytes: &mut [u8],
count: usize,
) -> Option<(&mut [u8], &mut [Self])>where
Self: Sized + IntoBytes + NoCell,
Interprets the suffix of the given
bytes
as a &mut [Self]
with length
equal to count
without copying. Read more§fn read_from_prefix(bytes: &[u8]) -> Option<Self>where
Self: Sized,
fn read_from_prefix(bytes: &[u8]) -> Option<Self>where
Self: Sized,
source§impl FromZeros for virtio_magma_poll_respwhere
virtio_magma_ctrl_hdr_t: FromZeros,
u64: FromZeros,
impl FromZeros for virtio_magma_poll_respwhere
virtio_magma_ctrl_hdr_t: FromZeros,
u64: FromZeros,
source§impl IntoBytes for virtio_magma_poll_respwhere
virtio_magma_ctrl_hdr_t: IntoBytes,
u64: IntoBytes,
impl IntoBytes for virtio_magma_poll_respwhere
virtio_magma_ctrl_hdr_t: IntoBytes,
u64: IntoBytes,
impl Copy for virtio_magma_poll_resp
Auto Trait Implementations§
impl Freeze for virtio_magma_poll_resp
impl RefUnwindSafe for virtio_magma_poll_resp
impl Send for virtio_magma_poll_resp
impl Sync for virtio_magma_poll_resp
impl Unpin for virtio_magma_poll_resp
impl UnwindSafe for virtio_magma_poll_resp
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)