Struct vulkanalia_sys::SemaphoreSignalInfo
source · [−]#[repr(C)]pub struct SemaphoreSignalInfo {
pub s_type: StructureType,
pub next: *const c_void,
pub semaphore: Semaphore,
pub value: u64,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidsemaphore: Semaphorevalue: 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 SemaphoreSignalInfo
impl !Send for SemaphoreSignalInfo
impl !Sync for SemaphoreSignalInfo
impl Unpin for SemaphoreSignalInfo
impl UnwindSafe for SemaphoreSignalInfo
Blanket Implementations
Mutably borrows from an owned value. Read more