#[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 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_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