Struct ash::vk::bitflags::PhysicalDeviceSchedulingControlsFlagsARM
source · #[repr(transparent)]pub struct PhysicalDeviceSchedulingControlsFlagsARM(pub(crate) Flags64);
Expand description
Tuple Fields§
§0: Flags64
Implementations§
source§impl PhysicalDeviceSchedulingControlsFlagsARM
impl PhysicalDeviceSchedulingControlsFlagsARM
source§impl PhysicalDeviceSchedulingControlsFlagsARM
impl PhysicalDeviceSchedulingControlsFlagsARM
pub const SHADER_CORE_COUNT: Self = _
Trait Implementations§
source§impl BitAndAssign for PhysicalDeviceSchedulingControlsFlagsARM
impl BitAndAssign for PhysicalDeviceSchedulingControlsFlagsARM
source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moresource§impl BitOrAssign for PhysicalDeviceSchedulingControlsFlagsARM
impl BitOrAssign for PhysicalDeviceSchedulingControlsFlagsARM
source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moresource§impl BitXorAssign for PhysicalDeviceSchedulingControlsFlagsARM
impl BitXorAssign for PhysicalDeviceSchedulingControlsFlagsARM
source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^=
operation. Read moresource§impl Clone for PhysicalDeviceSchedulingControlsFlagsARM
impl Clone for PhysicalDeviceSchedulingControlsFlagsARM
source§fn clone(&self) -> PhysicalDeviceSchedulingControlsFlagsARM
fn clone(&self) -> PhysicalDeviceSchedulingControlsFlagsARM
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 Ord for PhysicalDeviceSchedulingControlsFlagsARM
impl Ord for PhysicalDeviceSchedulingControlsFlagsARM
source§fn cmp(&self, other: &PhysicalDeviceSchedulingControlsFlagsARM) -> Ordering
fn cmp(&self, other: &PhysicalDeviceSchedulingControlsFlagsARM) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for PhysicalDeviceSchedulingControlsFlagsARM
impl PartialEq for PhysicalDeviceSchedulingControlsFlagsARM
source§fn eq(&self, other: &PhysicalDeviceSchedulingControlsFlagsARM) -> bool
fn eq(&self, other: &PhysicalDeviceSchedulingControlsFlagsARM) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for PhysicalDeviceSchedulingControlsFlagsARM
impl PartialOrd for PhysicalDeviceSchedulingControlsFlagsARM
source§fn partial_cmp(
&self,
other: &PhysicalDeviceSchedulingControlsFlagsARM,
) -> Option<Ordering>
fn partial_cmp( &self, other: &PhysicalDeviceSchedulingControlsFlagsARM, ) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for PhysicalDeviceSchedulingControlsFlagsARM
impl Eq for PhysicalDeviceSchedulingControlsFlagsARM
impl StructuralPartialEq for PhysicalDeviceSchedulingControlsFlagsARM
Auto Trait Implementations§
impl Freeze for PhysicalDeviceSchedulingControlsFlagsARM
impl RefUnwindSafe for PhysicalDeviceSchedulingControlsFlagsARM
impl Send for PhysicalDeviceSchedulingControlsFlagsARM
impl Sync for PhysicalDeviceSchedulingControlsFlagsARM
impl Unpin for PhysicalDeviceSchedulingControlsFlagsARM
impl UnwindSafe for PhysicalDeviceSchedulingControlsFlagsARM
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