Struct ash::vk::DeviceFaultCountsEXTBuilder
source · pub struct DeviceFaultCountsEXTBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> DeviceFaultCountsEXTBuilder<'a>
impl<'a> DeviceFaultCountsEXTBuilder<'a>
pub fn address_info_count(self, address_info_count: u32) -> Self
pub fn vendor_info_count(self, vendor_info_count: u32) -> Self
pub fn vendor_binary_size(self, vendor_binary_size: DeviceSize) -> Self
sourcepub fn build(self) -> DeviceFaultCountsEXT
pub fn build(self) -> DeviceFaultCountsEXT
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 DeviceFaultCountsEXTBuilder<'a>
impl<'a> Deref for DeviceFaultCountsEXTBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for DeviceFaultCountsEXTBuilder<'a>
impl<'a> RefUnwindSafe for DeviceFaultCountsEXTBuilder<'a>
impl<'a> !Send for DeviceFaultCountsEXTBuilder<'a>
impl<'a> !Sync for DeviceFaultCountsEXTBuilder<'a>
impl<'a> Unpin for DeviceFaultCountsEXTBuilder<'a>
impl<'a> UnwindSafe for DeviceFaultCountsEXTBuilder<'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