#[repr(C)]pub struct PhysicalDeviceDriverProperties {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub driver_id: DriverId,
pub driver_name: [i8; 256],
pub driver_info: [i8; 256],
pub conformance_version: ConformanceVersion,
}Expand description
Fields
s_type: StructureTypep_next: *mut c_voiddriver_id: DriverIddriver_name: [i8; 256]driver_info: [i8; 256]conformance_version: ConformanceVersionImplementations
sourceimpl PhysicalDeviceDriverProperties
impl PhysicalDeviceDriverProperties
pub fn builder<'a>() -> PhysicalDeviceDriverPropertiesBuilder<'a>
Trait Implementations
sourceimpl Clone for PhysicalDeviceDriverProperties
impl Clone for PhysicalDeviceDriverProperties
sourcefn clone(&self) -> PhysicalDeviceDriverProperties
fn clone(&self) -> PhysicalDeviceDriverProperties
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Default for PhysicalDeviceDriverProperties
impl Default for PhysicalDeviceDriverProperties
sourcefn default() -> PhysicalDeviceDriverProperties
fn default() -> PhysicalDeviceDriverProperties
Returns the “default value” for a type. Read more
impl Copy for PhysicalDeviceDriverProperties
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceDriverProperties
Auto Trait Implementations
impl RefUnwindSafe for PhysicalDeviceDriverProperties
impl !Send for PhysicalDeviceDriverProperties
impl !Sync for PhysicalDeviceDriverProperties
impl Unpin for PhysicalDeviceDriverProperties
impl UnwindSafe for PhysicalDeviceDriverProperties
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more