#[repr(C)]pub struct FenceGetWin32HandleInfoKHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub fence: Fence,
pub handle_type: ExternalFenceHandleTypeFlagBits,
}Expand description
VkFenceGetWin32HandleInfoKHR
Provided by VK_KHR_external_fence_win32.
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_FENCE_GET_WIN32_HANDLE_INFO_KHR.
p_next: *const c_voidOptional, may be null.
fence: Fence§handle_type: ExternalFenceHandleTypeFlagBitsImplementations§
Source§impl FenceGetWin32HandleInfoKHR
impl FenceGetWin32HandleInfoKHR
Sourcepub fn builder<'a>() -> FenceGetWin32HandleInfoKHRBuilder<'a>
pub fn builder<'a>() -> FenceGetWin32HandleInfoKHRBuilder<'a>
Returns a builder for this struct with sType pre-filled.
Trait Implementations§
Source§impl Clone for FenceGetWin32HandleInfoKHR
impl Clone for FenceGetWin32HandleInfoKHR
Source§fn clone(&self) -> FenceGetWin32HandleInfoKHR
fn clone(&self) -> FenceGetWin32HandleInfoKHR
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 moreSource§impl Debug for FenceGetWin32HandleInfoKHR
impl Debug for FenceGetWin32HandleInfoKHR
Source§impl Default for FenceGetWin32HandleInfoKHR
impl Default for FenceGetWin32HandleInfoKHR
impl Copy for FenceGetWin32HandleInfoKHR
Auto Trait Implementations§
impl Freeze for FenceGetWin32HandleInfoKHR
impl RefUnwindSafe for FenceGetWin32HandleInfoKHR
impl !Send for FenceGetWin32HandleInfoKHR
impl !Sync for FenceGetWin32HandleInfoKHR
impl Unpin for FenceGetWin32HandleInfoKHR
impl UnsafeUnpin for FenceGetWin32HandleInfoKHR
impl UnwindSafe for FenceGetWin32HandleInfoKHR
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