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