Struct ash::vk::FenceCreateInfo [−][src]
#[repr(C)]pub struct FenceCreateInfo { pub s_type: StructureType, pub p_next: *const c_void, pub flags: FenceCreateFlags, }
Expand description
Fields
s_type: StructureType
p_next: *const c_void
flags: FenceCreateFlags
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for FenceCreateInfo
impl !Send for FenceCreateInfo
impl !Sync for FenceCreateInfo
impl Unpin for FenceCreateInfo
impl UnwindSafe for FenceCreateInfo
Blanket Implementations
Mutably borrows from an owned value. Read more