#[repr(C, align(8))]pub struct skgpu_VulkanBackendContext {
pub _bindgen_opaque_blob: [u64; 16],
}Fields§
§_bindgen_opaque_blob: [u64; 16]Trait Implementations§
Source§impl Clone for skgpu_VulkanBackendContext
impl Clone for skgpu_VulkanBackendContext
Source§fn clone(&self) -> skgpu_VulkanBackendContext
fn clone(&self) -> skgpu_VulkanBackendContext
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for skgpu_VulkanBackendContext
Auto Trait Implementations§
impl Freeze for skgpu_VulkanBackendContext
impl RefUnwindSafe for skgpu_VulkanBackendContext
impl Send for skgpu_VulkanBackendContext
impl Sync for skgpu_VulkanBackendContext
impl Unpin for skgpu_VulkanBackendContext
impl UnsafeUnpin for skgpu_VulkanBackendContext
impl UnwindSafe for skgpu_VulkanBackendContext
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