#[repr(C)]pub struct ImportSemaphoreWin32HandleInfoKHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub semaphore: Semaphore,
pub flags: SemaphoreImportFlags,
pub handle_type: ExternalSemaphoreHandleTypeFlags,
pub handle: *mut c_void,
pub name: *const u16,
}Expand description
Fields
s_type: StructureTypep_next: *const c_voidsemaphore: Semaphoreflags: SemaphoreImportFlagshandle_type: ExternalSemaphoreHandleTypeFlagshandle: *mut c_voidname: *const u16Implementations
sourceimpl ImportSemaphoreWin32HandleInfoKHR
impl ImportSemaphoreWin32HandleInfoKHR
pub fn builder<'a>() -> ImportSemaphoreWin32HandleInfoKHRBuilder<'a>
Trait Implementations
sourceimpl Clone for ImportSemaphoreWin32HandleInfoKHR
impl Clone for ImportSemaphoreWin32HandleInfoKHR
sourcefn clone(&self) -> ImportSemaphoreWin32HandleInfoKHR
fn clone(&self) -> ImportSemaphoreWin32HandleInfoKHR
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 ImportSemaphoreWin32HandleInfoKHR
impl Default for ImportSemaphoreWin32HandleInfoKHR
sourcefn default() -> ImportSemaphoreWin32HandleInfoKHR
fn default() -> ImportSemaphoreWin32HandleInfoKHR
Returns the “default value” for a type. Read more
impl Copy for ImportSemaphoreWin32HandleInfoKHR
Auto Trait Implementations
impl RefUnwindSafe for ImportSemaphoreWin32HandleInfoKHR
impl !Send for ImportSemaphoreWin32HandleInfoKHR
impl !Sync for ImportSemaphoreWin32HandleInfoKHR
impl Unpin for ImportSemaphoreWin32HandleInfoKHR
impl UnwindSafe for ImportSemaphoreWin32HandleInfoKHR
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