#[repr(C)]pub struct VkExportSemaphoreWin32HandleInfoKHR {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub pAttributes: *const SECURITY_ATTRIBUTES,
pub dwAccess: DWORD,
pub name: LPCWSTR,
}Fields§
§sType: VkStructureType§pNext: *const c_void§pAttributes: *const SECURITY_ATTRIBUTES§dwAccess: DWORD§name: LPCWSTRTrait Implementations§
Source§impl Clone for VkExportSemaphoreWin32HandleInfoKHR
impl Clone for VkExportSemaphoreWin32HandleInfoKHR
Source§fn clone(&self) -> VkExportSemaphoreWin32HandleInfoKHR
fn clone(&self) -> VkExportSemaphoreWin32HandleInfoKHR
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 VkExportSemaphoreWin32HandleInfoKHR
Auto Trait Implementations§
impl Freeze for VkExportSemaphoreWin32HandleInfoKHR
impl RefUnwindSafe for VkExportSemaphoreWin32HandleInfoKHR
impl !Send for VkExportSemaphoreWin32HandleInfoKHR
impl !Sync for VkExportSemaphoreWin32HandleInfoKHR
impl Unpin for VkExportSemaphoreWin32HandleInfoKHR
impl UnwindSafe for VkExportSemaphoreWin32HandleInfoKHR
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