Struct virtio_sys::vhost::vhost_vdpa_config
source · #[repr(C)]pub struct vhost_vdpa_config {
pub off: u32,
pub len: u32,
pub buf: __IncompleteArrayField<u8>,
}
Fields§
§off: u32
§len: u32
§buf: __IncompleteArrayField<u8>
Trait Implementations§
source§impl Debug for vhost_vdpa_config
impl Debug for vhost_vdpa_config
source§impl Default for vhost_vdpa_config
impl Default for vhost_vdpa_config
source§fn default() -> vhost_vdpa_config
fn default() -> vhost_vdpa_config
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for vhost_vdpa_config
impl Send for vhost_vdpa_config
impl Sync for vhost_vdpa_config
impl Unpin for vhost_vdpa_config
impl UnwindSafe for vhost_vdpa_config
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