Struct ash::vk::FenceGetWin32HandleInfoKHR [−][src]
#[repr(C)]pub struct FenceGetWin32HandleInfoKHR { pub s_type: StructureType, pub p_next: *const c_void, pub fence: Fence, pub handle_type: ExternalFenceHandleTypeFlags, }
Expand description
Fields
s_type: StructureType
p_next: *const c_void
fence: Fence
handle_type: ExternalFenceHandleTypeFlags
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for FenceGetWin32HandleInfoKHR
impl !Send for FenceGetWin32HandleInfoKHR
impl !Sync for FenceGetWin32HandleInfoKHR
impl Unpin for FenceGetWin32HandleInfoKHR
impl UnwindSafe for FenceGetWin32HandleInfoKHR
Blanket Implementations
Mutably borrows from an owned value. Read more