#[repr(C)]pub struct AcquireProfilingLockInfoKHR {
pub s_type: StructureType,
pub next: *const c_void,
pub flags: AcquireProfilingLockFlagsKHR,
pub timeout: u64,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§flags: AcquireProfilingLockFlagsKHR§timeout: u64Trait Implementations§
Source§impl Clone for AcquireProfilingLockInfoKHR
impl Clone for AcquireProfilingLockInfoKHR
Source§fn clone(&self) -> AcquireProfilingLockInfoKHR
fn clone(&self) -> AcquireProfilingLockInfoKHR
Returns a duplicate 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 Debug for AcquireProfilingLockInfoKHR
impl Debug for AcquireProfilingLockInfoKHR
Source§impl Hash for AcquireProfilingLockInfoKHR
impl Hash for AcquireProfilingLockInfoKHR
impl Copy for AcquireProfilingLockInfoKHR
impl Eq for AcquireProfilingLockInfoKHR
impl Send for AcquireProfilingLockInfoKHR
impl StructuralPartialEq for AcquireProfilingLockInfoKHR
impl Sync for AcquireProfilingLockInfoKHR
Auto Trait Implementations§
impl Freeze for AcquireProfilingLockInfoKHR
impl RefUnwindSafe for AcquireProfilingLockInfoKHR
impl Unpin for AcquireProfilingLockInfoKHR
impl UnwindSafe for AcquireProfilingLockInfoKHR
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