Struct ash::vk::FenceGetWin32HandleInfoKHR
source · #[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§
source§impl FenceGetWin32HandleInfoKHR
impl FenceGetWin32HandleInfoKHR
pub fn builder<'a>() -> FenceGetWin32HandleInfoKHRBuilder<'a>
Trait Implementations§
source§impl Clone for FenceGetWin32HandleInfoKHR
impl Clone for FenceGetWin32HandleInfoKHR
source§fn clone(&self) -> FenceGetWin32HandleInfoKHR
fn clone(&self) -> FenceGetWin32HandleInfoKHR
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 Debug for FenceGetWin32HandleInfoKHR
impl Debug for FenceGetWin32HandleInfoKHR
source§impl Default for FenceGetWin32HandleInfoKHR
impl Default for FenceGetWin32HandleInfoKHR
source§impl TaggedStructure for FenceGetWin32HandleInfoKHR
impl TaggedStructure for FenceGetWin32HandleInfoKHR
const STRUCTURE_TYPE: StructureType = StructureType::FENCE_GET_WIN32_HANDLE_INFO_KHR
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 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