#[repr(C)]pub struct ExportSemaphoreWin32HandleInfoKHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub p_attributes: *const c_void,
pub dw_access: u32,
pub name: *const u16,
}Expand description
VkExportSemaphoreWin32HandleInfoKHR
Provided by VK_KHR_external_semaphore_win32.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_EXPORT_SEMAPHORE_WIN32_HANDLE_INFO_KHR.
p_next: *const c_voidOptional, may be null.
p_attributes: *const c_voidOptional, may be null.
dw_access: u32§name: *const u16Implementations§
Source§impl ExportSemaphoreWin32HandleInfoKHR
impl ExportSemaphoreWin32HandleInfoKHR
Sourcepub fn builder<'a>() -> ExportSemaphoreWin32HandleInfoKHRBuilder<'a>
pub fn builder<'a>() -> ExportSemaphoreWin32HandleInfoKHRBuilder<'a>
Returns a builder for this struct with sType pre-filled.
Trait Implementations§
Source§impl Clone for ExportSemaphoreWin32HandleInfoKHR
impl Clone for ExportSemaphoreWin32HandleInfoKHR
Source§fn clone(&self) -> ExportSemaphoreWin32HandleInfoKHR
fn clone(&self) -> ExportSemaphoreWin32HandleInfoKHR
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 moreimpl Copy for ExportSemaphoreWin32HandleInfoKHR
impl ExtendsSemaphoreCreateInfo for ExportSemaphoreWin32HandleInfoKHR
Auto Trait Implementations§
impl Freeze for ExportSemaphoreWin32HandleInfoKHR
impl RefUnwindSafe for ExportSemaphoreWin32HandleInfoKHR
impl !Send for ExportSemaphoreWin32HandleInfoKHR
impl !Sync for ExportSemaphoreWin32HandleInfoKHR
impl Unpin for ExportSemaphoreWin32HandleInfoKHR
impl UnsafeUnpin for ExportSemaphoreWin32HandleInfoKHR
impl UnwindSafe for ExportSemaphoreWin32HandleInfoKHR
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