Struct vk_sys::SemaphoreCreateInfo[][src]

#[repr(C)]
pub struct SemaphoreCreateInfo { pub sType: StructureType, pub pNext: *const c_void, pub flags: SemaphoreCreateFlags, }

Fields

sType: StructureTypepNext: *const c_voidflags: SemaphoreCreateFlags

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.