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.
Trait Implementations§
source§impl<'a> Deref for ImportMemoryZirconHandleInfoFUCHSIABuilder<'a>
impl<'a> Deref for ImportMemoryZirconHandleInfoFUCHSIABuilder<'a>
source§impl<'a> DerefMut for ImportMemoryZirconHandleInfoFUCHSIABuilder<'a>
impl<'a> DerefMut for ImportMemoryZirconHandleInfoFUCHSIABuilder<'a>
impl ExtendsMemoryAllocateInfo for ImportMemoryZirconHandleInfoFUCHSIABuilder<'_>
Auto Trait Implementations§
impl<'a> Freeze for ImportMemoryZirconHandleInfoFUCHSIABuilder<'a>
impl<'a> RefUnwindSafe for ImportMemoryZirconHandleInfoFUCHSIABuilder<'a>
impl<'a> !Send for ImportMemoryZirconHandleInfoFUCHSIABuilder<'a>
impl<'a> !Sync for ImportMemoryZirconHandleInfoFUCHSIABuilder<'a>
impl<'a> Unpin for ImportMemoryZirconHandleInfoFUCHSIABuilder<'a>
impl<'a> UnwindSafe for ImportMemoryZirconHandleInfoFUCHSIABuilder<'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