Struct ash::vk::FenceCreateInfo
source · #[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§
source§impl FenceCreateInfo
impl FenceCreateInfo
pub fn builder<'a>() -> FenceCreateInfoBuilder<'a>
Trait Implementations§
source§impl Clone for FenceCreateInfo
impl Clone for FenceCreateInfo
source§fn clone(&self) -> FenceCreateInfo
fn clone(&self) -> FenceCreateInfo
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more