pub struct SemaphoreGetZirconHandleInfoFUCHSIABuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> SemaphoreGetZirconHandleInfoFUCHSIABuilder<'a>
impl<'a> SemaphoreGetZirconHandleInfoFUCHSIABuilder<'a>
pub fn semaphore(self, semaphore: Semaphore) -> Self
pub fn handle_type(self, handle_type: ExternalSemaphoreHandleTypeFlags) -> Self
sourcepub fn build(self) -> SemaphoreGetZirconHandleInfoFUCHSIA
pub fn build(self) -> SemaphoreGetZirconHandleInfoFUCHSIA
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 SemaphoreGetZirconHandleInfoFUCHSIABuilder<'a>
impl<'a> Deref for SemaphoreGetZirconHandleInfoFUCHSIABuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for SemaphoreGetZirconHandleInfoFUCHSIABuilder<'a>
impl<'a> RefUnwindSafe for SemaphoreGetZirconHandleInfoFUCHSIABuilder<'a>
impl<'a> !Send for SemaphoreGetZirconHandleInfoFUCHSIABuilder<'a>
impl<'a> !Sync for SemaphoreGetZirconHandleInfoFUCHSIABuilder<'a>
impl<'a> Unpin for SemaphoreGetZirconHandleInfoFUCHSIABuilder<'a>
impl<'a> UnwindSafe for SemaphoreGetZirconHandleInfoFUCHSIABuilder<'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