#[repr(C)]pub struct ExportSemaphoreCreateInfo {
pub s_type: StructureType,
pub p_next: *const c_void,
pub handle_types: ExternalSemaphoreHandleTypeFlags,
}Expand description
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_EXPORT_SEMAPHORE_CREATE_INFO.
p_next: *const c_voidOptional, may be null.
handle_types: ExternalSemaphoreHandleTypeFlagsImplementations§
Source§impl ExportSemaphoreCreateInfo
impl ExportSemaphoreCreateInfo
Sourcepub fn builder<'a>() -> ExportSemaphoreCreateInfoBuilder<'a>
pub fn builder<'a>() -> ExportSemaphoreCreateInfoBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for ExportSemaphoreCreateInfo
impl Clone for ExportSemaphoreCreateInfo
Source§fn clone(&self) -> ExportSemaphoreCreateInfo
fn clone(&self) -> ExportSemaphoreCreateInfo
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 moreSource§impl Debug for ExportSemaphoreCreateInfo
impl Debug for ExportSemaphoreCreateInfo
Source§impl Default for ExportSemaphoreCreateInfo
impl Default for ExportSemaphoreCreateInfo
impl Copy for ExportSemaphoreCreateInfo
impl ExtendsSemaphoreCreateInfo for ExportSemaphoreCreateInfo
Auto Trait Implementations§
impl Freeze for ExportSemaphoreCreateInfo
impl RefUnwindSafe for ExportSemaphoreCreateInfo
impl !Send for ExportSemaphoreCreateInfo
impl !Sync for ExportSemaphoreCreateInfo
impl Unpin for ExportSemaphoreCreateInfo
impl UnsafeUnpin for ExportSemaphoreCreateInfo
impl UnwindSafe for ExportSemaphoreCreateInfo
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