Struct ash::vk::ExportSemaphoreCreateInfo
source · #[repr(C)]pub struct ExportSemaphoreCreateInfo {
pub s_type: StructureType,
pub p_next: *const c_void,
pub handle_types: ExternalSemaphoreHandleTypeFlags,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§handle_types: ExternalSemaphoreHandleTypeFlags
Implementations§
source§impl ExportSemaphoreCreateInfo
impl ExportSemaphoreCreateInfo
pub fn builder<'a>() -> ExportSemaphoreCreateInfoBuilder<'a>
Trait Implementations§
source§impl Clone for ExportSemaphoreCreateInfo
impl Clone for ExportSemaphoreCreateInfo
source§fn clone(&self) -> ExportSemaphoreCreateInfo
fn clone(&self) -> ExportSemaphoreCreateInfo
Returns a copy 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
source§impl TaggedStructure for ExportSemaphoreCreateInfo
impl TaggedStructure for ExportSemaphoreCreateInfo
const STRUCTURE_TYPE: StructureType = StructureType::EXPORT_SEMAPHORE_CREATE_INFO
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 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