#[repr(C)]pub struct WGPUAdapterPropertiesVk {
pub chain: WGPUChainedStruct,
pub driverVersion: u32,
}Fields§
§chain: WGPUChainedStruct§driverVersion: u32Trait Implementations§
Source§impl Clone for WGPUAdapterPropertiesVk
impl Clone for WGPUAdapterPropertiesVk
Source§fn clone(&self) -> WGPUAdapterPropertiesVk
fn clone(&self) -> WGPUAdapterPropertiesVk
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 WGPUAdapterPropertiesVk
impl Debug for WGPUAdapterPropertiesVk
impl Copy for WGPUAdapterPropertiesVk
Auto Trait Implementations§
impl Freeze for WGPUAdapterPropertiesVk
impl RefUnwindSafe for WGPUAdapterPropertiesVk
impl !Send for WGPUAdapterPropertiesVk
impl !Sync for WGPUAdapterPropertiesVk
impl Unpin for WGPUAdapterPropertiesVk
impl UnwindSafe for WGPUAdapterPropertiesVk
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