pub struct Extends<Parent: VulkanStructureProvider, T>(/* private fields */);
Trait Implementations§
Source§impl<Parent: VulkanStructureProvider + TransferSurfaceObject, T> TransferSurfaceObject for Extends<Parent, T>
impl<Parent: VulkanStructureProvider + TransferSurfaceObject, T> TransferSurfaceObject for Extends<Parent, T>
type ConcreteSurface = <Parent as TransferSurfaceObject>::ConcreteSurface
fn transfer_surface(self) -> Self::ConcreteSurface
Source§impl<Parent: VulkanStructureProvider, T> VulkanStructureProvider for Extends<Parent, T>where
T: TypedVulkanStructure,
impl<Parent: VulkanStructureProvider, T> VulkanStructureProvider for Extends<Parent, T>where
T: TypedVulkanStructure,
type RootStructure = <Parent as VulkanStructureProvider>::RootStructure
fn build<'r, 's: 'r>( &'s mut self, root: &'s mut Self::RootStructure, ) -> &'r mut GenericVulkanStructure
Auto Trait Implementations§
impl<Parent, T> Freeze for Extends<Parent, T>
impl<Parent, T> RefUnwindSafe for Extends<Parent, T>where
Parent: RefUnwindSafe,
T: RefUnwindSafe,
impl<Parent, T> Send for Extends<Parent, T>
impl<Parent, T> Sync for Extends<Parent, T>
impl<Parent, T> Unpin for Extends<Parent, T>
impl<Parent, T> UnwindSafe for Extends<Parent, T>where
Parent: UnwindSafe,
T: UnwindSafe,
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