#[repr(C)]pub struct PhysicalDeviceShaderClockFeaturesKHR {
pub sType: StructureType,
pub pNext: *mut c_void,
pub shaderSubgroupClock: Bool32,
pub shaderDeviceClock: Bool32,
}
Fields§
§sType: StructureType
§pNext: *mut c_void
§shaderSubgroupClock: Bool32
§shaderDeviceClock: Bool32
Trait Implementations§
Source§impl Clone for PhysicalDeviceShaderClockFeaturesKHR
impl Clone for PhysicalDeviceShaderClockFeaturesKHR
Source§fn clone(&self) -> PhysicalDeviceShaderClockFeaturesKHR
fn clone(&self) -> PhysicalDeviceShaderClockFeaturesKHR
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for PhysicalDeviceShaderClockFeaturesKHR
Auto Trait Implementations§
impl Freeze for PhysicalDeviceShaderClockFeaturesKHR
impl RefUnwindSafe for PhysicalDeviceShaderClockFeaturesKHR
impl !Send for PhysicalDeviceShaderClockFeaturesKHR
impl !Sync for PhysicalDeviceShaderClockFeaturesKHR
impl Unpin for PhysicalDeviceShaderClockFeaturesKHR
impl UnwindSafe for PhysicalDeviceShaderClockFeaturesKHR
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