pub type PhysicalDeviceExternalFenceInfoKHR = PhysicalDeviceExternalFenceInfo;
Aliased Type§
struct PhysicalDeviceExternalFenceInfoKHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub handle_type: ExternalFenceHandleTypeFlags,
}
Fields§
§s_type: StructureType
§p_next: *const c_void
§handle_type: ExternalFenceHandleTypeFlags
Implementations
Source§impl PhysicalDeviceExternalFenceInfo
impl PhysicalDeviceExternalFenceInfo
pub fn builder<'a>() -> PhysicalDeviceExternalFenceInfoBuilder<'a>
Trait Implementations
Source§impl Clone for PhysicalDeviceExternalFenceInfo
impl Clone for PhysicalDeviceExternalFenceInfo
Source§fn clone(&self) -> PhysicalDeviceExternalFenceInfo
fn clone(&self) -> PhysicalDeviceExternalFenceInfo
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