#[repr(C)]pub struct VkSemaphoreGetWin32HandleInfoKHR {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub semaphore: VkSemaphore,
pub handleType: VkExternalSemaphoreHandleTypeFlagBits,
}Fields§
§sType: VkStructureType§pNext: *const c_void§semaphore: VkSemaphore§handleType: VkExternalSemaphoreHandleTypeFlagBitsTrait Implementations§
Source§impl Clone for VkSemaphoreGetWin32HandleInfoKHR
impl Clone for VkSemaphoreGetWin32HandleInfoKHR
Source§fn clone(&self) -> VkSemaphoreGetWin32HandleInfoKHR
fn clone(&self) -> VkSemaphoreGetWin32HandleInfoKHR
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 VkSemaphoreGetWin32HandleInfoKHR
Auto Trait Implementations§
impl Freeze for VkSemaphoreGetWin32HandleInfoKHR
impl RefUnwindSafe for VkSemaphoreGetWin32HandleInfoKHR
impl !Send for VkSemaphoreGetWin32HandleInfoKHR
impl !Sync for VkSemaphoreGetWin32HandleInfoKHR
impl Unpin for VkSemaphoreGetWin32HandleInfoKHR
impl UnwindSafe for VkSemaphoreGetWin32HandleInfoKHR
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