pub type PhysicalDeviceTimelineSemaphoreFeaturesKHR<'a> = PhysicalDeviceTimelineSemaphoreFeatures<'a>;
Aliased Type§
struct PhysicalDeviceTimelineSemaphoreFeaturesKHR<'a> {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub timeline_semaphore: u32,
pub _marker: PhantomData<&'a ()>,
}
Fields§
§s_type: StructureType
§p_next: *mut c_void
§timeline_semaphore: u32
§_marker: PhantomData<&'a ()>
Implementations
Source§impl<'a> PhysicalDeviceTimelineSemaphoreFeatures<'a>
impl<'a> PhysicalDeviceTimelineSemaphoreFeatures<'a>
pub fn timeline_semaphore(self, timeline_semaphore: bool) -> Self
Trait Implementations
Source§impl<'a> Clone for PhysicalDeviceTimelineSemaphoreFeatures<'a>
impl<'a> Clone for PhysicalDeviceTimelineSemaphoreFeatures<'a>
Source§fn clone(&self) -> PhysicalDeviceTimelineSemaphoreFeatures<'a>
fn clone(&self) -> PhysicalDeviceTimelineSemaphoreFeatures<'a>
Returns a copy 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 more