pub struct SwapchainTimeDomainPropertiesEXTBuilder<'a> { /* private fields */ }Expand description
Builder for SwapchainTimeDomainPropertiesEXT with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> SwapchainTimeDomainPropertiesEXTBuilder<'a>
impl<'a> SwapchainTimeDomainPropertiesEXTBuilder<'a>
pub fn time_domain_count(self, value: u32) -> Self
pub fn time_domains(self, slice: &'a mut [TimeDomainKHR]) -> Self
pub fn time_domain_ids(self, slice: &'a mut [u64]) -> Self
Trait Implementations§
Source§impl<'a> Deref for SwapchainTimeDomainPropertiesEXTBuilder<'a>
impl<'a> Deref for SwapchainTimeDomainPropertiesEXTBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for SwapchainTimeDomainPropertiesEXTBuilder<'a>
impl<'a> RefUnwindSafe for SwapchainTimeDomainPropertiesEXTBuilder<'a>
impl<'a> !Send for SwapchainTimeDomainPropertiesEXTBuilder<'a>
impl<'a> !Sync for SwapchainTimeDomainPropertiesEXTBuilder<'a>
impl<'a> Unpin for SwapchainTimeDomainPropertiesEXTBuilder<'a>
impl<'a> UnsafeUnpin for SwapchainTimeDomainPropertiesEXTBuilder<'a>
impl<'a> UnwindSafe for SwapchainTimeDomainPropertiesEXTBuilder<'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