Type Alias BufferDeviceAddressInfoKHR

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

Aliased Type§

#[repr(C)]
pub struct BufferDeviceAddressInfoKHR<'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 ()>