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