Struct virtio_bindings::virtio_gpu::virtio_gpu_mem_entry
source · #[repr(C)]pub struct virtio_gpu_mem_entry {
pub addr: __le64,
pub length: __le32,
pub padding: __le32,
}Fields§
§addr: __le64§length: __le32§padding: __le32Trait Implementations§
source§impl Clone for virtio_gpu_mem_entry
impl Clone for virtio_gpu_mem_entry
source§fn clone(&self) -> virtio_gpu_mem_entry
fn clone(&self) -> virtio_gpu_mem_entry
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_mem_entry
impl Debug for virtio_gpu_mem_entry
source§impl Default for virtio_gpu_mem_entry
impl Default for virtio_gpu_mem_entry
source§fn default() -> virtio_gpu_mem_entry
fn default() -> virtio_gpu_mem_entry
Returns the “default value” for a type. Read more
source§impl PartialEq<virtio_gpu_mem_entry> for virtio_gpu_mem_entry
impl PartialEq<virtio_gpu_mem_entry> for virtio_gpu_mem_entry
source§fn eq(&self, other: &virtio_gpu_mem_entry) -> bool
fn eq(&self, other: &virtio_gpu_mem_entry) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for virtio_gpu_mem_entry
impl StructuralPartialEq for virtio_gpu_mem_entry
Auto Trait Implementations§
impl RefUnwindSafe for virtio_gpu_mem_entry
impl Send for virtio_gpu_mem_entry
impl Sync for virtio_gpu_mem_entry
impl Unpin for virtio_gpu_mem_entry
impl UnwindSafe for virtio_gpu_mem_entry
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