#[repr(C)]pub struct ExportSemaphoreWin32HandleInfoKHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub p_attributes: *const c_void,
pub dw_access: u64,
pub name: *const u16,
}Expand description
Fields
s_type: StructureTypep_next: *const c_voidp_attributes: *const c_voiddw_access: u64name: *const u16Implementations
sourceimpl ExportSemaphoreWin32HandleInfoKHR
impl ExportSemaphoreWin32HandleInfoKHR
pub fn builder<'a>() -> ExportSemaphoreWin32HandleInfoKHRBuilder<'a>
Trait Implementations
sourceimpl Clone for ExportSemaphoreWin32HandleInfoKHR
impl Clone for ExportSemaphoreWin32HandleInfoKHR
sourcefn clone(&self) -> ExportSemaphoreWin32HandleInfoKHR
fn clone(&self) -> ExportSemaphoreWin32HandleInfoKHR
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 ExportSemaphoreWin32HandleInfoKHR
impl Default for ExportSemaphoreWin32HandleInfoKHR
sourcefn default() -> ExportSemaphoreWin32HandleInfoKHR
fn default() -> ExportSemaphoreWin32HandleInfoKHR
Returns the “default value” for a type. Read more
impl Copy for ExportSemaphoreWin32HandleInfoKHR
impl ExtendsSemaphoreCreateInfo for ExportSemaphoreWin32HandleInfoKHR
Auto Trait Implementations
impl RefUnwindSafe for ExportSemaphoreWin32HandleInfoKHR
impl !Send for ExportSemaphoreWin32HandleInfoKHR
impl !Sync for ExportSemaphoreWin32HandleInfoKHR
impl Unpin for ExportSemaphoreWin32HandleInfoKHR
impl UnwindSafe for ExportSemaphoreWin32HandleInfoKHR
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