#[repr(C)]pub struct SemaphoreGetWin32HandleInfoKHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub semaphore: Semaphore,
pub handle_type: ExternalSemaphoreHandleTypeFlags,
}Expand description
Fields
s_type: StructureTypep_next: *const c_voidsemaphore: Semaphorehandle_type: ExternalSemaphoreHandleTypeFlagsImplementations
sourceimpl SemaphoreGetWin32HandleInfoKHR
impl SemaphoreGetWin32HandleInfoKHR
pub fn builder<'a>() -> SemaphoreGetWin32HandleInfoKHRBuilder<'a>
Trait Implementations
sourceimpl Clone for SemaphoreGetWin32HandleInfoKHR
impl Clone for SemaphoreGetWin32HandleInfoKHR
sourcefn clone(&self) -> SemaphoreGetWin32HandleInfoKHR
fn clone(&self) -> SemaphoreGetWin32HandleInfoKHR
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Default for SemaphoreGetWin32HandleInfoKHR
impl Default for SemaphoreGetWin32HandleInfoKHR
sourcefn default() -> SemaphoreGetWin32HandleInfoKHR
fn default() -> SemaphoreGetWin32HandleInfoKHR
Returns the “default value” for a type. Read more
impl Copy for SemaphoreGetWin32HandleInfoKHR
Auto Trait Implementations
impl RefUnwindSafe for SemaphoreGetWin32HandleInfoKHR
impl !Send for SemaphoreGetWin32HandleInfoKHR
impl !Sync for SemaphoreGetWin32HandleInfoKHR
impl Unpin for SemaphoreGetWin32HandleInfoKHR
impl UnwindSafe for SemaphoreGetWin32HandleInfoKHR
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more