#[repr(C)]pub struct virtio_gpu_resp_map_info {
pub hdr: virtio_gpu_ctrl_hdr,
pub map_info: __u32,
pub padding: __u32,
}Fields§
§hdr: virtio_gpu_ctrl_hdr§map_info: __u32§padding: __u32Trait Implementations§
source§impl Clone for virtio_gpu_resp_map_info
impl Clone for virtio_gpu_resp_map_info
source§fn clone(&self) -> virtio_gpu_resp_map_info
fn clone(&self) -> virtio_gpu_resp_map_info
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_resp_map_info
impl Debug for virtio_gpu_resp_map_info
source§impl Default for virtio_gpu_resp_map_info
impl Default for virtio_gpu_resp_map_info
source§fn default() -> virtio_gpu_resp_map_info
fn default() -> virtio_gpu_resp_map_info
Returns the “default value” for a type. Read more
source§impl PartialEq<virtio_gpu_resp_map_info> for virtio_gpu_resp_map_info
impl PartialEq<virtio_gpu_resp_map_info> for virtio_gpu_resp_map_info
source§fn eq(&self, other: &virtio_gpu_resp_map_info) -> bool
fn eq(&self, other: &virtio_gpu_resp_map_info) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for virtio_gpu_resp_map_info
impl StructuralPartialEq for virtio_gpu_resp_map_info
Auto Trait Implementations§
impl RefUnwindSafe for virtio_gpu_resp_map_info
impl Send for virtio_gpu_resp_map_info
impl Sync for virtio_gpu_resp_map_info
impl Unpin for virtio_gpu_resp_map_info
impl UnwindSafe for virtio_gpu_resp_map_info
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