#[repr(C)]pub struct PhysicalDeviceTimelineSemaphoreFeatures {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub timeline_semaphore: u32,
}Expand description
VkPhysicalDeviceTimelineSemaphoreFeatures
Provided by VK_BASE_VERSION_1_2.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TIMELINE_SEMAPHORE_FEATURES.
p_next: *mut c_voidOptional, may be null.
timeline_semaphore: u32Implementations§
Source§impl PhysicalDeviceTimelineSemaphoreFeatures
impl PhysicalDeviceTimelineSemaphoreFeatures
Sourcepub fn builder<'a>() -> PhysicalDeviceTimelineSemaphoreFeaturesBuilder<'a>
pub fn builder<'a>() -> PhysicalDeviceTimelineSemaphoreFeaturesBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for PhysicalDeviceTimelineSemaphoreFeatures
impl Clone for PhysicalDeviceTimelineSemaphoreFeatures
Source§fn clone(&self) -> PhysicalDeviceTimelineSemaphoreFeatures
fn clone(&self) -> PhysicalDeviceTimelineSemaphoreFeatures
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 PhysicalDeviceTimelineSemaphoreFeatures
impl ExtendsDeviceCreateInfo for PhysicalDeviceTimelineSemaphoreFeatures
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceTimelineSemaphoreFeatures
Auto Trait Implementations§
impl Freeze for PhysicalDeviceTimelineSemaphoreFeatures
impl RefUnwindSafe for PhysicalDeviceTimelineSemaphoreFeatures
impl !Send for PhysicalDeviceTimelineSemaphoreFeatures
impl !Sync for PhysicalDeviceTimelineSemaphoreFeatures
impl Unpin for PhysicalDeviceTimelineSemaphoreFeatures
impl UnsafeUnpin for PhysicalDeviceTimelineSemaphoreFeatures
impl UnwindSafe for PhysicalDeviceTimelineSemaphoreFeatures
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