Struct ash::vk::ExportSemaphoreWin32HandleInfoKHR
source · #[repr(C)]pub struct ExportSemaphoreWin32HandleInfoKHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub p_attributes: *const SECURITY_ATTRIBUTES,
pub dw_access: DWORD,
pub name: LPCWSTR,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§p_attributes: *const SECURITY_ATTRIBUTES
§dw_access: DWORD
§name: LPCWSTR
Implementations§
source§impl ExportSemaphoreWin32HandleInfoKHR
impl ExportSemaphoreWin32HandleInfoKHR
pub fn builder<'a>() -> ExportSemaphoreWin32HandleInfoKHRBuilder<'a>
Trait Implementations§
source§impl Clone for ExportSemaphoreWin32HandleInfoKHR
impl Clone for ExportSemaphoreWin32HandleInfoKHR
source§fn clone(&self) -> ExportSemaphoreWin32HandleInfoKHR
fn clone(&self) -> ExportSemaphoreWin32HandleInfoKHR
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 moresource§impl TaggedStructure for ExportSemaphoreWin32HandleInfoKHR
impl TaggedStructure for ExportSemaphoreWin32HandleInfoKHR
const STRUCTURE_TYPE: StructureType = StructureType::EXPORT_SEMAPHORE_WIN32_HANDLE_INFO_KHR
impl 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 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