Struct ash::vk::PhysicalDeviceExternalFenceInfoBuilder
source · pub struct PhysicalDeviceExternalFenceInfoBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PhysicalDeviceExternalFenceInfoBuilder<'a>
impl<'a> PhysicalDeviceExternalFenceInfoBuilder<'a>
pub fn handle_type(self, handle_type: ExternalFenceHandleTypeFlags) -> Self
sourcepub fn build(self) -> PhysicalDeviceExternalFenceInfo
pub fn build(self) -> PhysicalDeviceExternalFenceInfo
Calling build will discard all the lifetime information. Only call this if
necessary! Builders implement Deref
targeting their corresponding Vulkan struct,
so references to builders can be passed directly to Vulkan functions.
Trait Implementations§
source§impl<'a> Deref for PhysicalDeviceExternalFenceInfoBuilder<'a>
impl<'a> Deref for PhysicalDeviceExternalFenceInfoBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceExternalFenceInfoBuilder<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceExternalFenceInfoBuilder<'a>
impl<'a> !Send for PhysicalDeviceExternalFenceInfoBuilder<'a>
impl<'a> !Sync for PhysicalDeviceExternalFenceInfoBuilder<'a>
impl<'a> Unpin for PhysicalDeviceExternalFenceInfoBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceExternalFenceInfoBuilder<'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