pub struct BlkReq { /* private fields */ }Expand description
A VirtIO block device request.
Trait Implementations§
Source§impl IntoBytes for BlkReq
impl IntoBytes for BlkReq
Source§impl KnownLayout for BlkReqwhere
u64: KnownLayout,
impl KnownLayout for BlkReqwhere
u64: KnownLayout,
Source§type PointerMetadata = <u64 as KnownLayout>::PointerMetadata
type PointerMetadata = <u64 as KnownLayout>::PointerMetadata
The type of metadata stored in a pointer to
Self. Read moreSource§fn size_for_metadata(meta: Self::PointerMetadata) -> Option<usize>
fn size_for_metadata(meta: Self::PointerMetadata) -> Option<usize>
Computes the size of an object of type
Self with the given pointer
metadata. Read more