Struct ash::vk::SemaphoreGetZirconHandleInfoFUCHSIA
source · #[repr(C)]pub struct SemaphoreGetZirconHandleInfoFUCHSIA {
pub s_type: StructureType,
pub p_next: *const c_void,
pub semaphore: Semaphore,
pub handle_type: ExternalSemaphoreHandleTypeFlags,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§semaphore: Semaphore
§handle_type: ExternalSemaphoreHandleTypeFlags
Implementations§
source§impl SemaphoreGetZirconHandleInfoFUCHSIA
impl SemaphoreGetZirconHandleInfoFUCHSIA
pub fn builder<'a>() -> SemaphoreGetZirconHandleInfoFUCHSIABuilder<'a>
Trait Implementations§
source§impl Clone for SemaphoreGetZirconHandleInfoFUCHSIA
impl Clone for SemaphoreGetZirconHandleInfoFUCHSIA
source§fn clone(&self) -> SemaphoreGetZirconHandleInfoFUCHSIA
fn clone(&self) -> SemaphoreGetZirconHandleInfoFUCHSIA
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 TaggedStructure for SemaphoreGetZirconHandleInfoFUCHSIA
impl TaggedStructure for SemaphoreGetZirconHandleInfoFUCHSIA
const STRUCTURE_TYPE: StructureType = StructureType::SEMAPHORE_GET_ZIRCON_HANDLE_INFO_FUCHSIA
impl Copy for SemaphoreGetZirconHandleInfoFUCHSIA
Auto Trait Implementations§
impl Freeze for SemaphoreGetZirconHandleInfoFUCHSIA
impl RefUnwindSafe for SemaphoreGetZirconHandleInfoFUCHSIA
impl !Send for SemaphoreGetZirconHandleInfoFUCHSIA
impl !Sync for SemaphoreGetZirconHandleInfoFUCHSIA
impl Unpin for SemaphoreGetZirconHandleInfoFUCHSIA
impl UnwindSafe for SemaphoreGetZirconHandleInfoFUCHSIA
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