#[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 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_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
source§impl PartialEq for virtio_gpu_transfer_host_3d
impl PartialEq for virtio_gpu_transfer_host_3d
source§fn eq(&self, other: &virtio_gpu_transfer_host_3d) -> bool
fn eq(&self, other: &virtio_gpu_transfer_host_3d) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for virtio_gpu_transfer_host_3d
impl StructuralPartialEq for virtio_gpu_transfer_host_3d
Auto Trait Implementations§
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