Struct ash::vk::DeviceMemoryOpaqueCaptureAddressInfo
source · #[repr(C)]pub struct DeviceMemoryOpaqueCaptureAddressInfo<'a> {
pub s_type: StructureType,
pub p_next: *const c_void,
pub memory: DeviceMemory,
pub _marker: PhantomData<&'a ()>,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§memory: DeviceMemory
§_marker: PhantomData<&'a ()>
Implementations§
source§impl<'a> DeviceMemoryOpaqueCaptureAddressInfo<'a>
impl<'a> DeviceMemoryOpaqueCaptureAddressInfo<'a>
pub fn memory(self, memory: DeviceMemory) -> Self
Trait Implementations§
source§impl<'a> Clone for DeviceMemoryOpaqueCaptureAddressInfo<'a>
impl<'a> Clone for DeviceMemoryOpaqueCaptureAddressInfo<'a>
source§fn clone(&self) -> DeviceMemoryOpaqueCaptureAddressInfo<'a>
fn clone(&self) -> DeviceMemoryOpaqueCaptureAddressInfo<'a>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl<'a> Debug for DeviceMemoryOpaqueCaptureAddressInfo<'a>
impl<'a> Debug for DeviceMemoryOpaqueCaptureAddressInfo<'a>
source§impl Default for DeviceMemoryOpaqueCaptureAddressInfo<'_>
impl Default for DeviceMemoryOpaqueCaptureAddressInfo<'_>
source§impl<'a> TaggedStructure for DeviceMemoryOpaqueCaptureAddressInfo<'a>
impl<'a> TaggedStructure for DeviceMemoryOpaqueCaptureAddressInfo<'a>
const STRUCTURE_TYPE: StructureType = StructureType::DEVICE_MEMORY_OPAQUE_CAPTURE_ADDRESS_INFO
impl<'a> Copy for DeviceMemoryOpaqueCaptureAddressInfo<'a>
impl Send for DeviceMemoryOpaqueCaptureAddressInfo<'_>
impl Sync for DeviceMemoryOpaqueCaptureAddressInfo<'_>
Auto Trait Implementations§
impl<'a> Freeze for DeviceMemoryOpaqueCaptureAddressInfo<'a>
impl<'a> RefUnwindSafe for DeviceMemoryOpaqueCaptureAddressInfo<'a>
impl<'a> Unpin for DeviceMemoryOpaqueCaptureAddressInfo<'a>
impl<'a> UnwindSafe for DeviceMemoryOpaqueCaptureAddressInfo<'a>
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