Struct ash::vk::SemaphoreGetWin32HandleInfoKHR
source · #[repr(C)]pub struct SemaphoreGetWin32HandleInfoKHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub semaphore: Semaphore,
pub handle_type: ExternalSemaphoreHandleTypeFlags,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§semaphore: Semaphore
§handle_type: ExternalSemaphoreHandleTypeFlags
Implementations§
source§impl SemaphoreGetWin32HandleInfoKHR
impl SemaphoreGetWin32HandleInfoKHR
pub fn builder<'a>() -> SemaphoreGetWin32HandleInfoKHRBuilder<'a>
Trait Implementations§
source§impl Clone for SemaphoreGetWin32HandleInfoKHR
impl Clone for SemaphoreGetWin32HandleInfoKHR
source§fn clone(&self) -> SemaphoreGetWin32HandleInfoKHR
fn clone(&self) -> SemaphoreGetWin32HandleInfoKHR
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 SemaphoreGetWin32HandleInfoKHR
impl TaggedStructure for SemaphoreGetWin32HandleInfoKHR
const STRUCTURE_TYPE: StructureType = StructureType::SEMAPHORE_GET_WIN32_HANDLE_INFO_KHR
impl Copy for SemaphoreGetWin32HandleInfoKHR
Auto Trait Implementations§
impl Freeze for SemaphoreGetWin32HandleInfoKHR
impl RefUnwindSafe for SemaphoreGetWin32HandleInfoKHR
impl !Send for SemaphoreGetWin32HandleInfoKHR
impl !Sync for SemaphoreGetWin32HandleInfoKHR
impl Unpin for SemaphoreGetWin32HandleInfoKHR
impl UnwindSafe for SemaphoreGetWin32HandleInfoKHR
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