Struct ash::extensions::khr::ExternalFenceWin32
source · pub struct ExternalFenceWin32 { /* private fields */ }
Expand description
Implementations§
source§impl ExternalFenceWin32
impl ExternalFenceWin32
pub fn new(instance: &Instance, device: &Device) -> Self
sourcepub unsafe fn import_fence_win32_handle(
&self,
import_info: &ImportFenceWin32HandleInfoKHR
) -> VkResult<()>
pub unsafe fn import_fence_win32_handle( &self, import_info: &ImportFenceWin32HandleInfoKHR ) -> VkResult<()>
sourcepub unsafe fn get_fence_win32_handle(
&self,
get_info: &FenceGetWin32HandleInfoKHR
) -> VkResult<HANDLE>
pub unsafe fn get_fence_win32_handle( &self, get_info: &FenceGetWin32HandleInfoKHR ) -> VkResult<HANDLE>
pub const fn name() -> &'static CStr
pub fn fp(&self) -> &KhrExternalFenceWin32Fn
pub fn device(&self) -> Device
Trait Implementations§
source§impl Clone for ExternalFenceWin32
impl Clone for ExternalFenceWin32
source§fn clone(&self) -> ExternalFenceWin32
fn clone(&self) -> ExternalFenceWin32
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 moreAuto Trait Implementations§
impl Freeze for ExternalFenceWin32
impl RefUnwindSafe for ExternalFenceWin32
impl Send for ExternalFenceWin32
impl Sync for ExternalFenceWin32
impl Unpin for ExternalFenceWin32
impl UnwindSafe for ExternalFenceWin32
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