pub struct VkPhysicalDeviceDriverProperties {
pub driver_id: VkDriverId,
pub driver_name: String,
pub driver_info: String,
pub conformance_version: VkConformanceVersion,
}
Expand description
Wrapper for VkPhysicalDeviceDriverProperties.
Fields§
§driver_id: VkDriverId
§driver_name: String
§driver_info: String
§conformance_version: VkConformanceVersion
Trait Implementations§
Source§impl Clone for VkPhysicalDeviceDriverProperties
impl Clone for VkPhysicalDeviceDriverProperties
Source§fn clone(&self) -> VkPhysicalDeviceDriverProperties
fn clone(&self) -> VkPhysicalDeviceDriverProperties
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 moreAuto Trait Implementations§
impl Freeze for VkPhysicalDeviceDriverProperties
impl RefUnwindSafe for VkPhysicalDeviceDriverProperties
impl Send for VkPhysicalDeviceDriverProperties
impl Sync for VkPhysicalDeviceDriverProperties
impl Unpin for VkPhysicalDeviceDriverProperties
impl UnwindSafe for VkPhysicalDeviceDriverProperties
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