[][src]Struct ash::vk::Win32KeyedMutexAcquireReleaseInfoNV

#[repr(C)]
pub struct Win32KeyedMutexAcquireReleaseInfoNV {
    pub s_type: StructureType,
    pub p_next: *const c_void,
    pub acquire_count: u32,
    pub p_acquire_syncs: *const DeviceMemory,
    pub p_acquire_keys: *const u64,
    pub p_acquire_timeout_milliseconds: *const u32,
    pub release_count: u32,
    pub p_release_syncs: *const DeviceMemory,
    pub p_release_keys: *const u64,
}

https://www.khronos.org/registry/vulkan/specs/1.1-extensions/man/html/VkWin32KeyedMutexAcquireReleaseInfoNV.html

Fields

s_type: StructureTypep_next: *const c_voidacquire_count: u32p_acquire_syncs: *const DeviceMemoryp_acquire_keys: *const u64p_acquire_timeout_milliseconds: *const u32release_count: u32p_release_syncs: *const DeviceMemoryp_release_keys: *const u64

Methods

impl Win32KeyedMutexAcquireReleaseInfoNV[src]

pub fn builder<'a>() -> Win32KeyedMutexAcquireReleaseInfoNVBuilder<'a>[src]

Trait Implementations

impl ExtendsSubmitInfo for Win32KeyedMutexAcquireReleaseInfoNV[src]

impl Copy for Win32KeyedMutexAcquireReleaseInfoNV[src]

impl Default for Win32KeyedMutexAcquireReleaseInfoNV[src]

impl Clone for Win32KeyedMutexAcquireReleaseInfoNV[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Debug for Win32KeyedMutexAcquireReleaseInfoNV[src]

Auto Trait Implementations

impl Unpin for Win32KeyedMutexAcquireReleaseInfoNV

impl !Sync for Win32KeyedMutexAcquireReleaseInfoNV

impl !Send for Win32KeyedMutexAcquireReleaseInfoNV

impl UnwindSafe for Win32KeyedMutexAcquireReleaseInfoNV

impl RefUnwindSafe for Win32KeyedMutexAcquireReleaseInfoNV

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]