pub struct TensorCreateFlagBitsARM(/* private fields */);Expand description
Implementations§
Source§impl TensorCreateFlagBitsARM
impl TensorCreateFlagBitsARM
Sourcepub const MUTABLE_FORMAT_BIT: TensorCreateFlagBitsARM
pub const MUTABLE_FORMAT_BIT: TensorCreateFlagBitsARM
Bit 0.
Sourcepub const PROTECTED_BIT: TensorCreateFlagBitsARM
pub const PROTECTED_BIT: TensorCreateFlagBitsARM
Bit 1.
Sourcepub const DESCRIPTOR_HEAP_CAPTURE_REPLAY_BIT: TensorCreateFlagBitsARM
pub const DESCRIPTOR_HEAP_CAPTURE_REPLAY_BIT: TensorCreateFlagBitsARM
Bit 3.
Sourcepub const DESCRIPTOR_BUFFER_CAPTURE_REPLAY_BIT: TensorCreateFlagBitsARM
pub const DESCRIPTOR_BUFFER_CAPTURE_REPLAY_BIT: TensorCreateFlagBitsARM
Bit 2.
pub const fn empty() -> TensorCreateFlagBitsARM
pub const fn from_raw(value: u64) -> TensorCreateFlagBitsARM
pub const fn as_raw(self) -> u64
pub const fn is_empty(self) -> bool
pub const fn contains(self, other: TensorCreateFlagBitsARM) -> bool
pub const fn all() -> TensorCreateFlagBitsARM
Trait Implementations§
Source§impl BitAnd for TensorCreateFlagBitsARM
impl BitAnd for TensorCreateFlagBitsARM
Source§type Output = TensorCreateFlagBitsARM
type Output = TensorCreateFlagBitsARM
The resulting type after applying the
& operator.Source§fn bitand(self, rhs: TensorCreateFlagBitsARM) -> TensorCreateFlagBitsARM
fn bitand(self, rhs: TensorCreateFlagBitsARM) -> TensorCreateFlagBitsARM
Performs the
& operation. Read moreSource§impl BitAndAssign for TensorCreateFlagBitsARM
impl BitAndAssign for TensorCreateFlagBitsARM
Source§fn bitand_assign(&mut self, rhs: TensorCreateFlagBitsARM)
fn bitand_assign(&mut self, rhs: TensorCreateFlagBitsARM)
Performs the
&= operation. Read moreSource§impl BitOr for TensorCreateFlagBitsARM
impl BitOr for TensorCreateFlagBitsARM
Source§type Output = TensorCreateFlagBitsARM
type Output = TensorCreateFlagBitsARM
The resulting type after applying the
| operator.Source§fn bitor(self, rhs: TensorCreateFlagBitsARM) -> TensorCreateFlagBitsARM
fn bitor(self, rhs: TensorCreateFlagBitsARM) -> TensorCreateFlagBitsARM
Performs the
| operation. Read moreSource§impl BitOrAssign for TensorCreateFlagBitsARM
impl BitOrAssign for TensorCreateFlagBitsARM
Source§fn bitor_assign(&mut self, rhs: TensorCreateFlagBitsARM)
fn bitor_assign(&mut self, rhs: TensorCreateFlagBitsARM)
Performs the
|= operation. Read moreSource§impl BitXor for TensorCreateFlagBitsARM
impl BitXor for TensorCreateFlagBitsARM
Source§type Output = TensorCreateFlagBitsARM
type Output = TensorCreateFlagBitsARM
The resulting type after applying the
^ operator.Source§fn bitxor(self, rhs: TensorCreateFlagBitsARM) -> TensorCreateFlagBitsARM
fn bitxor(self, rhs: TensorCreateFlagBitsARM) -> TensorCreateFlagBitsARM
Performs the
^ operation. Read moreSource§impl BitXorAssign for TensorCreateFlagBitsARM
impl BitXorAssign for TensorCreateFlagBitsARM
Source§fn bitxor_assign(&mut self, rhs: TensorCreateFlagBitsARM)
fn bitxor_assign(&mut self, rhs: TensorCreateFlagBitsARM)
Performs the
^= operation. Read moreSource§impl Clone for TensorCreateFlagBitsARM
impl Clone for TensorCreateFlagBitsARM
Source§fn clone(&self) -> TensorCreateFlagBitsARM
fn clone(&self) -> TensorCreateFlagBitsARM
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 Debug for TensorCreateFlagBitsARM
impl Debug for TensorCreateFlagBitsARM
Source§impl Default for TensorCreateFlagBitsARM
impl Default for TensorCreateFlagBitsARM
Source§fn default() -> TensorCreateFlagBitsARM
fn default() -> TensorCreateFlagBitsARM
Returns the “default value” for a type. Read more
Source§impl Hash for TensorCreateFlagBitsARM
impl Hash for TensorCreateFlagBitsARM
Source§impl Not for TensorCreateFlagBitsARM
impl Not for TensorCreateFlagBitsARM
Source§type Output = TensorCreateFlagBitsARM
type Output = TensorCreateFlagBitsARM
The resulting type after applying the
! operator.Source§fn not(self) -> TensorCreateFlagBitsARM
fn not(self) -> TensorCreateFlagBitsARM
Performs the unary
! operation. Read moreSource§impl Ord for TensorCreateFlagBitsARM
impl Ord for TensorCreateFlagBitsARM
Source§fn cmp(&self, other: &TensorCreateFlagBitsARM) -> Ordering
fn cmp(&self, other: &TensorCreateFlagBitsARM) -> 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 TensorCreateFlagBitsARM
impl PartialEq for TensorCreateFlagBitsARM
Source§impl PartialOrd for TensorCreateFlagBitsARM
impl PartialOrd for TensorCreateFlagBitsARM
impl Copy for TensorCreateFlagBitsARM
impl Eq for TensorCreateFlagBitsARM
impl StructuralPartialEq for TensorCreateFlagBitsARM
Auto Trait Implementations§
impl Freeze for TensorCreateFlagBitsARM
impl RefUnwindSafe for TensorCreateFlagBitsARM
impl Send for TensorCreateFlagBitsARM
impl Sync for TensorCreateFlagBitsARM
impl Unpin for TensorCreateFlagBitsARM
impl UnsafeUnpin for TensorCreateFlagBitsARM
impl UnwindSafe for TensorCreateFlagBitsARM
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