pub type PhysicalDeviceTimelineSemaphorePropertiesKHR<'a> = PhysicalDeviceTimelineSemaphoreProperties<'a>;
Aliased Type§
struct PhysicalDeviceTimelineSemaphorePropertiesKHR<'a> {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub max_timeline_semaphore_value_difference: u64,
pub _marker: PhantomData<&'a ()>,
}
Fields§
§s_type: StructureType
§p_next: *mut c_void
§max_timeline_semaphore_value_difference: u64
§_marker: PhantomData<&'a ()>
Implementations
Source§impl<'a> PhysicalDeviceTimelineSemaphoreProperties<'a>
impl<'a> PhysicalDeviceTimelineSemaphoreProperties<'a>
pub fn max_timeline_semaphore_value_difference( self, max_timeline_semaphore_value_difference: u64, ) -> Self
Trait Implementations
Source§impl<'a> Clone for PhysicalDeviceTimelineSemaphoreProperties<'a>
impl<'a> Clone for PhysicalDeviceTimelineSemaphoreProperties<'a>
Source§fn clone(&self) -> PhysicalDeviceTimelineSemaphoreProperties<'a>
fn clone(&self) -> PhysicalDeviceTimelineSemaphoreProperties<'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