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