Struct virtio_bindings::virtio_gpu::virtio_gpu_ctx_create
source · #[repr(C)]pub struct virtio_gpu_ctx_create {
pub hdr: virtio_gpu_ctrl_hdr,
pub nlen: __le32,
pub context_init: __le32,
pub debug_name: [c_char; 64],
}Fields§
§hdr: virtio_gpu_ctrl_hdr§nlen: __le32§context_init: __le32§debug_name: [c_char; 64]Trait Implementations§
source§impl Clone for virtio_gpu_ctx_create
impl Clone for virtio_gpu_ctx_create
source§fn clone(&self) -> virtio_gpu_ctx_create
fn clone(&self) -> virtio_gpu_ctx_create
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_ctx_create
impl Debug for virtio_gpu_ctx_create
source§impl Default for virtio_gpu_ctx_create
impl Default for virtio_gpu_ctx_create
source§impl PartialEq<virtio_gpu_ctx_create> for virtio_gpu_ctx_create
impl PartialEq<virtio_gpu_ctx_create> for virtio_gpu_ctx_create
source§fn eq(&self, other: &virtio_gpu_ctx_create) -> bool
fn eq(&self, other: &virtio_gpu_ctx_create) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for virtio_gpu_ctx_create
impl StructuralPartialEq for virtio_gpu_ctx_create
Auto Trait Implementations§
impl RefUnwindSafe for virtio_gpu_ctx_create
impl Send for virtio_gpu_ctx_create
impl Sync for virtio_gpu_ctx_create
impl Unpin for virtio_gpu_ctx_create
impl UnwindSafe for virtio_gpu_ctx_create
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