#[repr(C)]pub struct virtio_gpu_box {
pub x: __le32,
pub y: __le32,
pub z: __le32,
pub w: __le32,
pub h: __le32,
pub d: __le32,
}Fields§
§x: __le32§y: __le32§z: __le32§w: __le32§h: __le32§d: __le32Trait Implementations§
Source§impl Clone for virtio_gpu_box
impl Clone for virtio_gpu_box
Source§fn clone(&self) -> virtio_gpu_box
fn clone(&self) -> virtio_gpu_box
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_box
impl Debug for virtio_gpu_box
Source§impl Default for virtio_gpu_box
impl Default for virtio_gpu_box
Source§fn default() -> virtio_gpu_box
fn default() -> virtio_gpu_box
Returns the “default value” for a type. Read more
Source§impl PartialEq for virtio_gpu_box
impl PartialEq for virtio_gpu_box
impl Copy for virtio_gpu_box
impl StructuralPartialEq for virtio_gpu_box
Auto Trait Implementations§
impl Freeze for virtio_gpu_box
impl RefUnwindSafe for virtio_gpu_box
impl Send for virtio_gpu_box
impl Sync for virtio_gpu_box
impl Unpin for virtio_gpu_box
impl UnwindSafe for virtio_gpu_box
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