#[repr(C)]pub struct QueueFamilyDataGraphProcessingEnginePropertiesARM<'a> {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub foreign_semaphore_handle_types: ExternalSemaphoreHandleTypeFlags,
pub foreign_memory_handle_types: ExternalMemoryHandleTypeFlags,
pub _marker: PhantomData<&'a ()>,
}Expand description
Fields§
§s_type: StructureType§p_next: *mut c_void§foreign_semaphore_handle_types: ExternalSemaphoreHandleTypeFlags§foreign_memory_handle_types: ExternalMemoryHandleTypeFlags§_marker: PhantomData<&'a ()>Implementations§
Source§impl<'a> QueueFamilyDataGraphProcessingEnginePropertiesARM<'a>
impl<'a> QueueFamilyDataGraphProcessingEnginePropertiesARM<'a>
pub fn foreign_semaphore_handle_types( self, foreign_semaphore_handle_types: ExternalSemaphoreHandleTypeFlags, ) -> Self
pub fn foreign_memory_handle_types( self, foreign_memory_handle_types: ExternalMemoryHandleTypeFlags, ) -> Self
Trait Implementations§
Source§impl<'a> Clone for QueueFamilyDataGraphProcessingEnginePropertiesARM<'a>
impl<'a> Clone for QueueFamilyDataGraphProcessingEnginePropertiesARM<'a>
Source§fn clone(&self) -> QueueFamilyDataGraphProcessingEnginePropertiesARM<'a>
fn clone(&self) -> QueueFamilyDataGraphProcessingEnginePropertiesARM<'a>
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<'a> Debug for QueueFamilyDataGraphProcessingEnginePropertiesARM<'a>
impl<'a> Debug for QueueFamilyDataGraphProcessingEnginePropertiesARM<'a>
Source§impl<'a> TaggedStructure for QueueFamilyDataGraphProcessingEnginePropertiesARM<'a>
impl<'a> TaggedStructure for QueueFamilyDataGraphProcessingEnginePropertiesARM<'a>
const STRUCTURE_TYPE: StructureType = StructureType::QUEUE_FAMILY_DATA_GRAPH_PROCESSING_ENGINE_PROPERTIES_ARM
impl<'a> Copy for QueueFamilyDataGraphProcessingEnginePropertiesARM<'a>
impl Send for QueueFamilyDataGraphProcessingEnginePropertiesARM<'_>
impl Sync for QueueFamilyDataGraphProcessingEnginePropertiesARM<'_>
Auto Trait Implementations§
impl<'a> Freeze for QueueFamilyDataGraphProcessingEnginePropertiesARM<'a>
impl<'a> RefUnwindSafe for QueueFamilyDataGraphProcessingEnginePropertiesARM<'a>
impl<'a> Unpin for QueueFamilyDataGraphProcessingEnginePropertiesARM<'a>
impl<'a> UnwindSafe for QueueFamilyDataGraphProcessingEnginePropertiesARM<'a>
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