#[repr(C)]pub struct ExportFenceWin32HandleInfoKHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub p_attributes: *const c_void,
pub dw_access: u32,
pub name: *const u16,
}Expand description
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_EXPORT_FENCE_WIN32_HANDLE_INFO_KHR.
p_next: *const c_voidOptional, may be null.
p_attributes: *const c_voidOptional, may be null.
dw_access: u32§name: *const u16Implementations§
Source§impl ExportFenceWin32HandleInfoKHR
impl ExportFenceWin32HandleInfoKHR
Sourcepub fn builder<'a>() -> ExportFenceWin32HandleInfoKHRBuilder<'a>
pub fn builder<'a>() -> ExportFenceWin32HandleInfoKHRBuilder<'a>
Returns a builder for this struct with sType pre-filled.
Trait Implementations§
Source§impl Clone for ExportFenceWin32HandleInfoKHR
impl Clone for ExportFenceWin32HandleInfoKHR
Source§fn clone(&self) -> ExportFenceWin32HandleInfoKHR
fn clone(&self) -> ExportFenceWin32HandleInfoKHR
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 moreimpl Copy for ExportFenceWin32HandleInfoKHR
impl ExtendsFenceCreateInfo for ExportFenceWin32HandleInfoKHR
Auto Trait Implementations§
impl Freeze for ExportFenceWin32HandleInfoKHR
impl RefUnwindSafe for ExportFenceWin32HandleInfoKHR
impl !Send for ExportFenceWin32HandleInfoKHR
impl !Sync for ExportFenceWin32HandleInfoKHR
impl Unpin for ExportFenceWin32HandleInfoKHR
impl UnsafeUnpin for ExportFenceWin32HandleInfoKHR
impl UnwindSafe for ExportFenceWin32HandleInfoKHR
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