Struct dacite::nv_win32_keyed_mutex::Win32KeyedMutexAcquireReleaseInfoNv [] [src]

pub struct Win32KeyedMutexAcquireReleaseInfoNv {
    pub acquire_syncs: Vec<DeviceMemory>,
    pub acquire_keys: Vec<u64>,
    pub acquire_timeout_milliseconds: Vec<u32>,
    pub release_syncs: Vec<DeviceMemory>,
    pub release_keys: Vec<u64>,
    pub chain: Option<Win32KeyedMutexAcquireReleaseInfoChainNv>,
}

Fields

Trait Implementations

impl Debug for Win32KeyedMutexAcquireReleaseInfoNv
[src]

Formats the value using the given formatter.

impl Clone for Win32KeyedMutexAcquireReleaseInfoNv
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Win32KeyedMutexAcquireReleaseInfoNv
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.