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