pub struct PhysicalDeviceTimelineSemaphoreFeaturesBuilder<'a>(/* private fields */);Expand description
Implementations§
Source§impl<'a> PhysicalDeviceTimelineSemaphoreFeaturesBuilder<'a>
impl<'a> PhysicalDeviceTimelineSemaphoreFeaturesBuilder<'a>
pub fn new() -> PhysicalDeviceTimelineSemaphoreFeaturesBuilder<'a>
pub fn timeline_semaphore(self, timeline_semaphore: bool) -> Self
Sourcepub fn build_dangling(self) -> PhysicalDeviceTimelineSemaphoreFeatures
pub fn build_dangling(self) -> PhysicalDeviceTimelineSemaphoreFeatures
Discards all lifetime information.
Use the Deref and DerefMut implementations if possible.
Methods from Deref<Target = PhysicalDeviceTimelineSemaphoreFeatures>§
pub const STRUCTURE_TYPE: StructureType = crate::vk1_0::StructureType::PHYSICAL_DEVICE_TIMELINE_SEMAPHORE_FEATURES
Trait Implementations§
Source§impl<'a> Clone for PhysicalDeviceTimelineSemaphoreFeaturesBuilder<'a>
impl<'a> Clone for PhysicalDeviceTimelineSemaphoreFeaturesBuilder<'a>
Source§fn clone(&self) -> PhysicalDeviceTimelineSemaphoreFeaturesBuilder<'a>
fn clone(&self) -> PhysicalDeviceTimelineSemaphoreFeaturesBuilder<'a>
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 moreSource§impl<'a> Debug for PhysicalDeviceTimelineSemaphoreFeaturesBuilder<'a>
impl<'a> Debug for PhysicalDeviceTimelineSemaphoreFeaturesBuilder<'a>
Source§impl<'a> Default for PhysicalDeviceTimelineSemaphoreFeaturesBuilder<'a>
impl<'a> Default for PhysicalDeviceTimelineSemaphoreFeaturesBuilder<'a>
Source§fn default() -> PhysicalDeviceTimelineSemaphoreFeaturesBuilder<'a>
fn default() -> PhysicalDeviceTimelineSemaphoreFeaturesBuilder<'a>
Returns the “default value” for a type. Read more
Source§impl<'a> Deref for PhysicalDeviceTimelineSemaphoreFeaturesBuilder<'a>
impl<'a> Deref for PhysicalDeviceTimelineSemaphoreFeaturesBuilder<'a>
Source§impl<'a> DerefMut for PhysicalDeviceTimelineSemaphoreFeaturesBuilder<'a>
impl<'a> DerefMut for PhysicalDeviceTimelineSemaphoreFeaturesBuilder<'a>
Source§impl<'a> ExtendableFrom<'a, PhysicalDeviceTimelineSemaphoreFeaturesBuilder<'_>> for DeviceCreateInfoBuilder<'a>
impl<'a> ExtendableFrom<'a, PhysicalDeviceTimelineSemaphoreFeaturesBuilder<'_>> for DeviceCreateInfoBuilder<'a>
Source§impl<'a> ExtendableFrom<'a, PhysicalDeviceTimelineSemaphoreFeaturesBuilder<'_>> for PhysicalDeviceFeatures2Builder<'a>
impl<'a> ExtendableFrom<'a, PhysicalDeviceTimelineSemaphoreFeaturesBuilder<'_>> for PhysicalDeviceFeatures2Builder<'a>
impl<'a> Copy for PhysicalDeviceTimelineSemaphoreFeaturesBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceTimelineSemaphoreFeaturesBuilder<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceTimelineSemaphoreFeaturesBuilder<'a>
impl<'a> !Send for PhysicalDeviceTimelineSemaphoreFeaturesBuilder<'a>
impl<'a> !Sync for PhysicalDeviceTimelineSemaphoreFeaturesBuilder<'a>
impl<'a> Unpin for PhysicalDeviceTimelineSemaphoreFeaturesBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceTimelineSemaphoreFeaturesBuilder<'a>
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