Struct ash::vk::MemoryGetZirconHandleInfoFUCHSIABuilder
source · pub struct MemoryGetZirconHandleInfoFUCHSIABuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> MemoryGetZirconHandleInfoFUCHSIABuilder<'a>
impl<'a> MemoryGetZirconHandleInfoFUCHSIABuilder<'a>
pub fn memory(self, memory: DeviceMemory) -> Self
pub fn handle_type(self, handle_type: ExternalMemoryHandleTypeFlags) -> Self
sourcepub fn build(self) -> MemoryGetZirconHandleInfoFUCHSIA
pub fn build(self) -> MemoryGetZirconHandleInfoFUCHSIA
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 MemoryGetZirconHandleInfoFUCHSIABuilder<'a>
impl<'a> Deref for MemoryGetZirconHandleInfoFUCHSIABuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for MemoryGetZirconHandleInfoFUCHSIABuilder<'a>
impl<'a> RefUnwindSafe for MemoryGetZirconHandleInfoFUCHSIABuilder<'a>
impl<'a> !Send for MemoryGetZirconHandleInfoFUCHSIABuilder<'a>
impl<'a> !Sync for MemoryGetZirconHandleInfoFUCHSIABuilder<'a>
impl<'a> Unpin for MemoryGetZirconHandleInfoFUCHSIABuilder<'a>
impl<'a> UnwindSafe for MemoryGetZirconHandleInfoFUCHSIABuilder<'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