#[repr(C)]pub struct PhysicalDeviceSchedulingControlsPropertiesARM {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub scheduling_controls_flags: PhysicalDeviceSchedulingControlsFlagBitsARM,
}Expand description
VkPhysicalDeviceSchedulingControlsPropertiesARM
Provided by VK_ARM_scheduling_controls.
Returned only*, filled by Vulkan, not constructed by the application.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SCHEDULING_CONTROLS_PROPERTIES_ARM.
p_next: *mut c_voidOptional, may be null.
scheduling_controls_flags: PhysicalDeviceSchedulingControlsFlagBitsARMImplementations§
Source§impl PhysicalDeviceSchedulingControlsPropertiesARM
impl PhysicalDeviceSchedulingControlsPropertiesARM
Sourcepub fn builder<'a>() -> PhysicalDeviceSchedulingControlsPropertiesARMBuilder<'a>
pub fn builder<'a>() -> PhysicalDeviceSchedulingControlsPropertiesARMBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for PhysicalDeviceSchedulingControlsPropertiesARM
impl Clone for PhysicalDeviceSchedulingControlsPropertiesARM
Source§fn clone(&self) -> PhysicalDeviceSchedulingControlsPropertiesARM
fn clone(&self) -> PhysicalDeviceSchedulingControlsPropertiesARM
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 PhysicalDeviceSchedulingControlsPropertiesARM
impl Default for PhysicalDeviceSchedulingControlsPropertiesARM
Source§fn default() -> PhysicalDeviceSchedulingControlsPropertiesARM
fn default() -> PhysicalDeviceSchedulingControlsPropertiesARM
Returns the “default value” for a type. Read more
impl Copy for PhysicalDeviceSchedulingControlsPropertiesARM
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceSchedulingControlsPropertiesARM
Auto Trait Implementations§
impl Freeze for PhysicalDeviceSchedulingControlsPropertiesARM
impl RefUnwindSafe for PhysicalDeviceSchedulingControlsPropertiesARM
impl !Send for PhysicalDeviceSchedulingControlsPropertiesARM
impl !Sync for PhysicalDeviceSchedulingControlsPropertiesARM
impl Unpin for PhysicalDeviceSchedulingControlsPropertiesARM
impl UnsafeUnpin for PhysicalDeviceSchedulingControlsPropertiesARM
impl UnwindSafe for PhysicalDeviceSchedulingControlsPropertiesARM
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