ash::vk

Type Alias PhysicalDeviceTimelineSemaphorePropertiesKHR

Source
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>

Source

pub fn max_timeline_semaphore_value_difference( self, max_timeline_semaphore_value_difference: u64, ) -> Self

Trait Implementations

Source§

impl<'a> Clone for PhysicalDeviceTimelineSemaphoreProperties<'a>

Source§

fn clone(&self) -> PhysicalDeviceTimelineSemaphoreProperties<'a>

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl<'a> Debug for PhysicalDeviceTimelineSemaphoreProperties<'a>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Default for PhysicalDeviceTimelineSemaphoreProperties<'_>

Source§

fn default() -> Self

Returns the “default value” for a type. Read more
Source§

impl<'a> TaggedStructure for PhysicalDeviceTimelineSemaphoreProperties<'a>

Source§

const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_TIMELINE_SEMAPHORE_PROPERTIES

Source§

impl<'a> Copy for PhysicalDeviceTimelineSemaphoreProperties<'a>

Source§

impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceTimelineSemaphoreProperties<'_>

Source§

impl Send for PhysicalDeviceTimelineSemaphoreProperties<'_>

Source§

impl Sync for PhysicalDeviceTimelineSemaphoreProperties<'_>