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