#[repr(C)]pub struct DeviceQueueShaderCoreControlCreateInfoARM {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub shader_core_count: u32,
}Expand description
VkDeviceQueueShaderCoreControlCreateInfoARM
Provided by VK_ARM_scheduling_controls.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_DEVICE_QUEUE_SHADER_CORE_CONTROL_CREATE_INFO_ARM.
p_next: *mut c_voidOptional, may be null.
shader_core_count: u32Implementations§
Source§impl DeviceQueueShaderCoreControlCreateInfoARM
impl DeviceQueueShaderCoreControlCreateInfoARM
Sourcepub fn builder<'a>() -> DeviceQueueShaderCoreControlCreateInfoARMBuilder<'a>
pub fn builder<'a>() -> DeviceQueueShaderCoreControlCreateInfoARMBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for DeviceQueueShaderCoreControlCreateInfoARM
impl Clone for DeviceQueueShaderCoreControlCreateInfoARM
Source§fn clone(&self) -> DeviceQueueShaderCoreControlCreateInfoARM
fn clone(&self) -> DeviceQueueShaderCoreControlCreateInfoARM
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 Default for DeviceQueueShaderCoreControlCreateInfoARM
impl Default for DeviceQueueShaderCoreControlCreateInfoARM
Source§fn default() -> DeviceQueueShaderCoreControlCreateInfoARM
fn default() -> DeviceQueueShaderCoreControlCreateInfoARM
Returns the “default value” for a type. Read more
impl Copy for DeviceQueueShaderCoreControlCreateInfoARM
impl ExtendsDeviceCreateInfo for DeviceQueueShaderCoreControlCreateInfoARM
impl ExtendsDeviceQueueCreateInfo for DeviceQueueShaderCoreControlCreateInfoARM
Auto Trait Implementations§
impl Freeze for DeviceQueueShaderCoreControlCreateInfoARM
impl RefUnwindSafe for DeviceQueueShaderCoreControlCreateInfoARM
impl !Send for DeviceQueueShaderCoreControlCreateInfoARM
impl !Sync for DeviceQueueShaderCoreControlCreateInfoARM
impl Unpin for DeviceQueueShaderCoreControlCreateInfoARM
impl UnsafeUnpin for DeviceQueueShaderCoreControlCreateInfoARM
impl UnwindSafe for DeviceQueueShaderCoreControlCreateInfoARM
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