#[repr(C)]pub struct VkImportSemaphoreZirconHandleInfoFUCHSIA {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub semaphore: VkSemaphore,
pub flags: VkSemaphoreImportFlags,
pub handleType: VkExternalSemaphoreHandleTypeFlagBits,
pub zirconHandle: zx_handle_t,
}Fields§
§sType: VkStructureType§pNext: *const c_void§semaphore: VkSemaphore§flags: VkSemaphoreImportFlags§handleType: VkExternalSemaphoreHandleTypeFlagBits§zirconHandle: zx_handle_tTrait Implementations§
Source§impl Clone for VkImportSemaphoreZirconHandleInfoFUCHSIA
impl Clone for VkImportSemaphoreZirconHandleInfoFUCHSIA
Source§fn clone(&self) -> VkImportSemaphoreZirconHandleInfoFUCHSIA
fn clone(&self) -> VkImportSemaphoreZirconHandleInfoFUCHSIA
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 VkImportSemaphoreZirconHandleInfoFUCHSIA
Auto Trait Implementations§
impl Freeze for VkImportSemaphoreZirconHandleInfoFUCHSIA
impl RefUnwindSafe for VkImportSemaphoreZirconHandleInfoFUCHSIA
impl !Send for VkImportSemaphoreZirconHandleInfoFUCHSIA
impl !Sync for VkImportSemaphoreZirconHandleInfoFUCHSIA
impl Unpin for VkImportSemaphoreZirconHandleInfoFUCHSIA
impl UnwindSafe for VkImportSemaphoreZirconHandleInfoFUCHSIA
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