Struct virtio_bindings::virtio_gpu::virtio_gpu_config
source · #[repr(C)]pub struct virtio_gpu_config {
pub events_read: __le32,
pub events_clear: __le32,
pub num_scanouts: __le32,
pub num_capsets: __le32,
}Fields§
§events_read: __le32§events_clear: __le32§num_scanouts: __le32§num_capsets: __le32Trait Implementations§
source§impl Clone for virtio_gpu_config
impl Clone for virtio_gpu_config
source§fn clone(&self) -> virtio_gpu_config
fn clone(&self) -> virtio_gpu_config
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_config
impl Debug for virtio_gpu_config
source§impl Default for virtio_gpu_config
impl Default for virtio_gpu_config
source§fn default() -> virtio_gpu_config
fn default() -> virtio_gpu_config
Returns the “default value” for a type. Read more
source§impl PartialEq for virtio_gpu_config
impl PartialEq for virtio_gpu_config
impl Copy for virtio_gpu_config
impl StructuralPartialEq for virtio_gpu_config
Auto Trait Implementations§
impl Freeze for virtio_gpu_config
impl RefUnwindSafe for virtio_gpu_config
impl Send for virtio_gpu_config
impl Sync for virtio_gpu_config
impl Unpin for virtio_gpu_config
impl UnwindSafe for virtio_gpu_config
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)