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