#[repr(transparent)]pub struct ImportMemoryZirconHandleInfoFUCHSIABuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> ImportMemoryZirconHandleInfoFUCHSIABuilder<'a>
impl<'a> ImportMemoryZirconHandleInfoFUCHSIABuilder<'a>
pub fn handle_type(self, handle_type: ExternalMemoryHandleTypeFlags) -> Self
pub fn handle(self, handle: zx_handle_t) -> Self
sourcepub fn build(self) -> ImportMemoryZirconHandleInfoFUCHSIA
pub fn build(self) -> ImportMemoryZirconHandleInfoFUCHSIA
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.