#[repr(C)]pub struct PhysicalDeviceDriverProperties {
pub sType: StructureType,
pub pNext: *mut c_void,
pub driverID: DriverId,
pub driverName: [c_char; 256],
pub driverInfo: [c_char; 256],
pub conformanceVersion: ConformanceVersion,
}Fields§
§sType: StructureType§pNext: *mut c_void§driverID: DriverId§driverName: [c_char; 256]§driverInfo: [c_char; 256]§conformanceVersion: ConformanceVersionTrait Implementations§
Source§impl Clone for PhysicalDeviceDriverProperties
impl Clone for PhysicalDeviceDriverProperties
Source§fn clone(&self) -> PhysicalDeviceDriverProperties
fn clone(&self) -> PhysicalDeviceDriverProperties
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 moreimpl Copy for PhysicalDeviceDriverProperties
Auto Trait Implementations§
impl Freeze for PhysicalDeviceDriverProperties
impl RefUnwindSafe for PhysicalDeviceDriverProperties
impl !Send for PhysicalDeviceDriverProperties
impl !Sync for PhysicalDeviceDriverProperties
impl Unpin for PhysicalDeviceDriverProperties
impl UnwindSafe for PhysicalDeviceDriverProperties
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