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