#[repr(C)]pub struct virtio_gpu_transfer_host_3d {
pub hdr: virtio_gpu_ctrl_hdr,
pub box_: virtio_gpu_box,
pub offset: __le64,
pub resource_id: __le32,
pub level: __le32,
pub stride: __le32,
pub layer_stride: __le32,
}Fields§
§hdr: virtio_gpu_ctrl_hdr§box_: virtio_gpu_box§offset: __le64§resource_id: __le32§level: __le32§stride: __le32§layer_stride: __le32Trait Implementations§
Source§impl Clone for virtio_gpu_transfer_host_3d
impl Clone for virtio_gpu_transfer_host_3d
Source§fn clone(&self) -> virtio_gpu_transfer_host_3d
fn clone(&self) -> virtio_gpu_transfer_host_3d
Returns a duplicate 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_gpu_transfer_host_3d
impl Debug for virtio_gpu_transfer_host_3d
Source§impl Default for virtio_gpu_transfer_host_3d
impl Default for virtio_gpu_transfer_host_3d
Source§fn default() -> virtio_gpu_transfer_host_3d
fn default() -> virtio_gpu_transfer_host_3d
Returns the “default value” for a type. Read more
impl Copy for virtio_gpu_transfer_host_3d
impl StructuralPartialEq for virtio_gpu_transfer_host_3d
Auto Trait Implementations§
impl Freeze for virtio_gpu_transfer_host_3d
impl RefUnwindSafe for virtio_gpu_transfer_host_3d
impl Send for virtio_gpu_transfer_host_3d
impl Sync for virtio_gpu_transfer_host_3d
impl Unpin for virtio_gpu_transfer_host_3d
impl UnwindSafe for virtio_gpu_transfer_host_3d
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