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