pub struct PhysicalDeviceSchedulingControlsFlagsARM(/* private fields */);Expand description
Implementations§
Source§impl PhysicalDeviceSchedulingControlsFlagsARM
impl PhysicalDeviceSchedulingControlsFlagsARM
pub const fn empty() -> PhysicalDeviceSchedulingControlsFlagsARM
pub const fn from_raw(x: u64) -> PhysicalDeviceSchedulingControlsFlagsARM
pub const fn as_raw(self) -> u64
pub const fn is_empty(self) -> bool
pub const fn intersects( self, other: PhysicalDeviceSchedulingControlsFlagsARM, ) -> bool
Sourcepub const fn contains(
self,
other: PhysicalDeviceSchedulingControlsFlagsARM,
) -> bool
pub const fn contains( self, other: PhysicalDeviceSchedulingControlsFlagsARM, ) -> bool
Returns whether other is a subset of self
Trait Implementations§
Source§impl BitAnd for PhysicalDeviceSchedulingControlsFlagsARM
impl BitAnd for PhysicalDeviceSchedulingControlsFlagsARM
Source§type Output = PhysicalDeviceSchedulingControlsFlagsARM
type Output = PhysicalDeviceSchedulingControlsFlagsARM
The resulting type after applying the
& operator.Source§fn bitand(
self,
rhs: PhysicalDeviceSchedulingControlsFlagsARM,
) -> PhysicalDeviceSchedulingControlsFlagsARM
fn bitand( self, rhs: PhysicalDeviceSchedulingControlsFlagsARM, ) -> PhysicalDeviceSchedulingControlsFlagsARM
Performs the
& operation. Read moreSource§impl BitAndAssign for PhysicalDeviceSchedulingControlsFlagsARM
impl BitAndAssign for PhysicalDeviceSchedulingControlsFlagsARM
Source§fn bitand_assign(&mut self, rhs: PhysicalDeviceSchedulingControlsFlagsARM)
fn bitand_assign(&mut self, rhs: PhysicalDeviceSchedulingControlsFlagsARM)
Performs the
&= operation. Read moreSource§impl BitOr for PhysicalDeviceSchedulingControlsFlagsARM
impl BitOr for PhysicalDeviceSchedulingControlsFlagsARM
Source§type Output = PhysicalDeviceSchedulingControlsFlagsARM
type Output = PhysicalDeviceSchedulingControlsFlagsARM
The resulting type after applying the
| operator.Source§fn bitor(
self,
rhs: PhysicalDeviceSchedulingControlsFlagsARM,
) -> PhysicalDeviceSchedulingControlsFlagsARM
fn bitor( self, rhs: PhysicalDeviceSchedulingControlsFlagsARM, ) -> PhysicalDeviceSchedulingControlsFlagsARM
Performs the
| operation. Read moreSource§impl BitOrAssign for PhysicalDeviceSchedulingControlsFlagsARM
impl BitOrAssign for PhysicalDeviceSchedulingControlsFlagsARM
Source§fn bitor_assign(&mut self, rhs: PhysicalDeviceSchedulingControlsFlagsARM)
fn bitor_assign(&mut self, rhs: PhysicalDeviceSchedulingControlsFlagsARM)
Performs the
|= operation. Read moreSource§impl BitXor for PhysicalDeviceSchedulingControlsFlagsARM
impl BitXor for PhysicalDeviceSchedulingControlsFlagsARM
Source§type Output = PhysicalDeviceSchedulingControlsFlagsARM
type Output = PhysicalDeviceSchedulingControlsFlagsARM
The resulting type after applying the
^ operator.Source§fn bitxor(
self,
rhs: PhysicalDeviceSchedulingControlsFlagsARM,
) -> PhysicalDeviceSchedulingControlsFlagsARM
fn bitxor( self, rhs: PhysicalDeviceSchedulingControlsFlagsARM, ) -> PhysicalDeviceSchedulingControlsFlagsARM
Performs the
^ operation. Read moreSource§impl BitXorAssign for PhysicalDeviceSchedulingControlsFlagsARM
impl BitXorAssign for PhysicalDeviceSchedulingControlsFlagsARM
Source§fn bitxor_assign(&mut self, rhs: PhysicalDeviceSchedulingControlsFlagsARM)
fn bitxor_assign(&mut self, rhs: PhysicalDeviceSchedulingControlsFlagsARM)
Performs the
^= operation. Read moreSource§impl Clone for PhysicalDeviceSchedulingControlsFlagsARM
impl Clone for PhysicalDeviceSchedulingControlsFlagsARM
Source§fn clone(&self) -> PhysicalDeviceSchedulingControlsFlagsARM
fn clone(&self) -> PhysicalDeviceSchedulingControlsFlagsARM
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for PhysicalDeviceSchedulingControlsFlagsARM
impl Default for PhysicalDeviceSchedulingControlsFlagsARM
Source§fn default() -> PhysicalDeviceSchedulingControlsFlagsARM
fn default() -> PhysicalDeviceSchedulingControlsFlagsARM
Returns the “default value” for a type. Read more
Source§impl Not for PhysicalDeviceSchedulingControlsFlagsARM
impl Not for PhysicalDeviceSchedulingControlsFlagsARM
Source§type Output = PhysicalDeviceSchedulingControlsFlagsARM
type Output = PhysicalDeviceSchedulingControlsFlagsARM
The resulting type after applying the
! operator.Source§fn not(self) -> PhysicalDeviceSchedulingControlsFlagsARM
fn not(self) -> PhysicalDeviceSchedulingControlsFlagsARM
Performs the unary
! operation. 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§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
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for PhysicalDeviceSchedulingControlsFlagsARM
impl PartialOrd for PhysicalDeviceSchedulingControlsFlagsARM
impl 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§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)