#[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 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 WGPUAdapterPropertiesVk
impl Debug for WGPUAdapterPropertiesVk
Source§impl Default for WGPUAdapterPropertiesVk
impl Default for WGPUAdapterPropertiesVk
Source§impl Hash for WGPUAdapterPropertiesVk
impl Hash for WGPUAdapterPropertiesVk
Source§impl Ord for WGPUAdapterPropertiesVk
impl Ord for WGPUAdapterPropertiesVk
Source§fn cmp(&self, other: &WGPUAdapterPropertiesVk) -> Ordering
fn cmp(&self, other: &WGPUAdapterPropertiesVk) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for WGPUAdapterPropertiesVk
impl PartialEq for WGPUAdapterPropertiesVk
Source§impl PartialOrd for WGPUAdapterPropertiesVk
impl PartialOrd for WGPUAdapterPropertiesVk
impl Copy for WGPUAdapterPropertiesVk
impl Eq for WGPUAdapterPropertiesVk
impl StructuralPartialEq 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