Struct vulkanalia_sys::SemaphoreTypeCreateInfo
source · [−]#[repr(C)]pub struct SemaphoreTypeCreateInfo {
pub s_type: StructureType,
pub next: *const c_void,
pub semaphore_type: SemaphoreType,
pub initial_value: u64,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidsemaphore_type: SemaphoreTypeinitial_value: u64Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for SemaphoreTypeCreateInfo
impl !Send for SemaphoreTypeCreateInfo
impl !Sync for SemaphoreTypeCreateInfo
impl Unpin for SemaphoreTypeCreateInfo
impl UnwindSafe for SemaphoreTypeCreateInfo
Blanket Implementations
Mutably borrows from an owned value. Read more