Struct ash::vk::ExportSemaphoreWin32HandleInfoKHR
source · #[repr(C)]pub struct ExportSemaphoreWin32HandleInfoKHR<'a> {
pub s_type: StructureType,
pub p_next: *const c_void,
pub p_attributes: *const SECURITY_ATTRIBUTES,
pub dw_access: DWORD,
pub name: LPCWSTR,
pub _marker: PhantomData<&'a ()>,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§p_attributes: *const SECURITY_ATTRIBUTES
§dw_access: DWORD
§name: LPCWSTR
§_marker: PhantomData<&'a ()>
Implementations§
source§impl<'a> ExportSemaphoreWin32HandleInfoKHR<'a>
impl<'a> ExportSemaphoreWin32HandleInfoKHR<'a>
pub fn attributes(self, attributes: &'a SECURITY_ATTRIBUTES) -> Self
pub fn dw_access(self, dw_access: DWORD) -> Self
pub fn name(self, name: LPCWSTR) -> Self
Trait Implementations§
source§impl<'a> Clone for ExportSemaphoreWin32HandleInfoKHR<'a>
impl<'a> Clone for ExportSemaphoreWin32HandleInfoKHR<'a>
source§fn clone(&self) -> ExportSemaphoreWin32HandleInfoKHR<'a>
fn clone(&self) -> ExportSemaphoreWin32HandleInfoKHR<'a>
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<'a> Debug for ExportSemaphoreWin32HandleInfoKHR<'a>
impl<'a> Debug for ExportSemaphoreWin32HandleInfoKHR<'a>
source§impl Default for ExportSemaphoreWin32HandleInfoKHR<'_>
impl Default for ExportSemaphoreWin32HandleInfoKHR<'_>
source§impl<'a> TaggedStructure for ExportSemaphoreWin32HandleInfoKHR<'a>
impl<'a> TaggedStructure for ExportSemaphoreWin32HandleInfoKHR<'a>
const STRUCTURE_TYPE: StructureType = StructureType::EXPORT_SEMAPHORE_WIN32_HANDLE_INFO_KHR
impl<'a> Copy for ExportSemaphoreWin32HandleInfoKHR<'a>
impl ExtendsSemaphoreCreateInfo for ExportSemaphoreWin32HandleInfoKHR<'_>
impl Send for ExportSemaphoreWin32HandleInfoKHR<'_>
impl Sync for ExportSemaphoreWin32HandleInfoKHR<'_>
Auto Trait Implementations§
impl<'a> Freeze for ExportSemaphoreWin32HandleInfoKHR<'a>
impl<'a> RefUnwindSafe for ExportSemaphoreWin32HandleInfoKHR<'a>
impl<'a> Unpin for ExportSemaphoreWin32HandleInfoKHR<'a>
impl<'a> UnwindSafe for ExportSemaphoreWin32HandleInfoKHR<'a>
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