#[repr(C)]pub struct ExportMetalSharedEventInfoEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub semaphore: Semaphore,
pub event: Event,
pub mtl_shared_event: *const c_void,
}Expand description
VkExportMetalSharedEventInfoEXT
Provided by VK_EXT_metal_objects.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_EXPORT_METAL_SHARED_EVENT_INFO_EXT.
p_next: *const c_voidOptional, may be null.
semaphore: Semaphore§event: EventImplementations§
Sourcepub fn builder<'a>() -> ExportMetalSharedEventInfoEXTBuilder<'a>
pub fn builder<'a>() -> ExportMetalSharedEventInfoEXTBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§fn clone(&self) -> ExportMetalSharedEventInfoEXT
fn clone(&self) -> ExportMetalSharedEventInfoEXT
Returns a duplicate 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 moreAuto Trait Implementations§
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more