#[repr(C)]pub struct SemaphoreGetFdInfoKHR {
pub sType: StructureType,
pub pNext: *const c_void,
pub semaphore: Semaphore,
pub handleType: ExternalSemaphoreHandleTypeFlagBits,
}Fields§
§sType: StructureType§pNext: *const c_void§semaphore: Semaphore§handleType: ExternalSemaphoreHandleTypeFlagBitsTrait Implementations§
Source§impl Clone for SemaphoreGetFdInfoKHR
impl Clone for SemaphoreGetFdInfoKHR
Source§fn clone(&self) -> SemaphoreGetFdInfoKHR
fn clone(&self) -> SemaphoreGetFdInfoKHR
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 SemaphoreGetFdInfoKHR
Auto Trait Implementations§
impl Freeze for SemaphoreGetFdInfoKHR
impl RefUnwindSafe for SemaphoreGetFdInfoKHR
impl !Send for SemaphoreGetFdInfoKHR
impl !Sync for SemaphoreGetFdInfoKHR
impl Unpin for SemaphoreGetFdInfoKHR
impl UnwindSafe for SemaphoreGetFdInfoKHR
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