ash::vk

Type Alias BufferDeviceAddressInfoEXT

Source
pub type BufferDeviceAddressInfoEXT<'a> = BufferDeviceAddressInfo<'a>;

Aliased Type§

struct BufferDeviceAddressInfoEXT<'a> {
    pub s_type: StructureType,
    pub p_next: *const c_void,
    pub buffer: Buffer,
    pub _marker: PhantomData<&'a ()>,
}

Fields§

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

Implementations

Source§

impl<'a> BufferDeviceAddressInfo<'a>

Source

pub fn buffer(self, buffer: Buffer) -> Self

Trait Implementations

Source§

impl<'a> Clone for BufferDeviceAddressInfo<'a>

Source§

fn clone(&self) -> BufferDeviceAddressInfo<'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 BufferDeviceAddressInfo<'a>

Source§

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

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

impl Default for BufferDeviceAddressInfo<'_>

Source§

fn default() -> Self

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

impl<'a> TaggedStructure for BufferDeviceAddressInfo<'a>

Source§

const STRUCTURE_TYPE: StructureType = StructureType::BUFFER_DEVICE_ADDRESS_INFO

Source§

impl<'a> Copy for BufferDeviceAddressInfo<'a>

Source§

impl Send for BufferDeviceAddressInfo<'_>

Source§

impl Sync for BufferDeviceAddressInfo<'_>