Trait UninitVulkanStructureOps

Source
pub unsafe trait UninitVulkanStructureOps {
    // Required method
    fn set_next(&mut self, next: &(impl TypedVulkanStructure + ?Sized));
}

Required Methods§

Source

fn set_next(&mut self, next: &(impl TypedVulkanStructure + ?Sized))

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl<T> UninitVulkanStructureOps for MaybeUninit<T>

Source§

fn set_next(&mut self, next: &(impl TypedVulkanStructure + ?Sized))

Implementors§