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