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