Struct ash::vk::AcquireProfilingLockInfoKHR
source · #[repr(C)]pub struct AcquireProfilingLockInfoKHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub flags: AcquireProfilingLockFlagsKHR,
pub timeout: u64,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§flags: AcquireProfilingLockFlagsKHR
§timeout: u64
Implementations§
source§impl AcquireProfilingLockInfoKHR
impl AcquireProfilingLockInfoKHR
pub fn builder<'a>() -> AcquireProfilingLockInfoKHRBuilder<'a>
Trait Implementations§
source§impl Clone for AcquireProfilingLockInfoKHR
impl Clone for AcquireProfilingLockInfoKHR
source§fn clone(&self) -> AcquireProfilingLockInfoKHR
fn clone(&self) -> AcquireProfilingLockInfoKHR
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 more