ash::vk

Type Alias MemoryOpaqueCaptureAddressAllocateInfoKHR

Source
pub type MemoryOpaqueCaptureAddressAllocateInfoKHR<'a> = MemoryOpaqueCaptureAddressAllocateInfo<'a>;

Aliased Type§

struct MemoryOpaqueCaptureAddressAllocateInfoKHR<'a> {
    pub s_type: StructureType,
    pub p_next: *const c_void,
    pub opaque_capture_address: u64,
    pub _marker: PhantomData<&'a ()>,
}

Fields§

§s_type: StructureType§p_next: *const c_void§opaque_capture_address: u64§_marker: PhantomData<&'a ()>

Implementations

Source§

impl<'a> MemoryOpaqueCaptureAddressAllocateInfo<'a>

Source

pub fn opaque_capture_address(self, opaque_capture_address: u64) -> Self

Trait Implementations

Source§

impl<'a> Clone for MemoryOpaqueCaptureAddressAllocateInfo<'a>

Source§

fn clone(&self) -> MemoryOpaqueCaptureAddressAllocateInfo<'a>

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl<'a> Debug for MemoryOpaqueCaptureAddressAllocateInfo<'a>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Default for MemoryOpaqueCaptureAddressAllocateInfo<'_>

Source§

fn default() -> Self

Returns the “default value” for a type. Read more
Source§

impl<'a> TaggedStructure for MemoryOpaqueCaptureAddressAllocateInfo<'a>

Source§

const STRUCTURE_TYPE: StructureType = StructureType::MEMORY_OPAQUE_CAPTURE_ADDRESS_ALLOCATE_INFO

Source§

impl<'a> Copy for MemoryOpaqueCaptureAddressAllocateInfo<'a>

Source§

impl ExtendsMemoryAllocateInfo for MemoryOpaqueCaptureAddressAllocateInfo<'_>

Source§

impl Send for MemoryOpaqueCaptureAddressAllocateInfo<'_>

Source§

impl Sync for MemoryOpaqueCaptureAddressAllocateInfo<'_>