#[repr(C)]pub struct PhysicalDeviceSchedulingControlsFeaturesARM<'a> {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub scheduling_controls: Bool32,
pub _marker: PhantomData<&'a ()>,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§scheduling_controls: Bool32
§_marker: PhantomData<&'a ()>
Implementations§
source§impl<'a> PhysicalDeviceSchedulingControlsFeaturesARM<'a>
impl<'a> PhysicalDeviceSchedulingControlsFeaturesARM<'a>
pub fn scheduling_controls(self, scheduling_controls: bool) -> Self
Trait Implementations§
source§impl<'a> Clone for PhysicalDeviceSchedulingControlsFeaturesARM<'a>
impl<'a> Clone for PhysicalDeviceSchedulingControlsFeaturesARM<'a>
source§fn clone(&self) -> PhysicalDeviceSchedulingControlsFeaturesARM<'a>
fn clone(&self) -> PhysicalDeviceSchedulingControlsFeaturesARM<'a>
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<'a> Debug for PhysicalDeviceSchedulingControlsFeaturesARM<'a>
impl<'a> Debug for PhysicalDeviceSchedulingControlsFeaturesARM<'a>
source§impl<'a> TaggedStructure for PhysicalDeviceSchedulingControlsFeaturesARM<'a>
impl<'a> TaggedStructure for PhysicalDeviceSchedulingControlsFeaturesARM<'a>
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_SCHEDULING_CONTROLS_FEATURES_ARM
impl<'a> Copy for PhysicalDeviceSchedulingControlsFeaturesARM<'a>
impl ExtendsDeviceCreateInfo for PhysicalDeviceSchedulingControlsFeaturesARM<'_>
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceSchedulingControlsFeaturesARM<'_>
impl Send for PhysicalDeviceSchedulingControlsFeaturesARM<'_>
impl Sync for PhysicalDeviceSchedulingControlsFeaturesARM<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceSchedulingControlsFeaturesARM<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceSchedulingControlsFeaturesARM<'a>
impl<'a> Unpin for PhysicalDeviceSchedulingControlsFeaturesARM<'a>
impl<'a> UnwindSafe for PhysicalDeviceSchedulingControlsFeaturesARM<'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