pub struct TensorViewCreateFlagBitsARM(/* private fields */);Expand description
Implementations§
Source§impl TensorViewCreateFlagBitsARM
impl TensorViewCreateFlagBitsARM
Sourcepub const DESCRIPTOR_BUFFER_CAPTURE_REPLAY_BIT: Self
pub const DESCRIPTOR_BUFFER_CAPTURE_REPLAY_BIT: Self
Bit 0.
pub const fn empty() -> Self
pub const fn from_raw(value: u64) -> Self
pub const fn as_raw(self) -> u64
pub const fn is_empty(self) -> bool
pub const fn contains(self, other: Self) -> bool
pub const fn all() -> Self
Trait Implementations§
Source§impl BitAnd for TensorViewCreateFlagBitsARM
impl BitAnd for TensorViewCreateFlagBitsARM
Source§impl BitAndAssign for TensorViewCreateFlagBitsARM
impl BitAndAssign for TensorViewCreateFlagBitsARM
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&= operation. Read moreSource§impl BitOr for TensorViewCreateFlagBitsARM
impl BitOr for TensorViewCreateFlagBitsARM
Source§impl BitOrAssign for TensorViewCreateFlagBitsARM
impl BitOrAssign for TensorViewCreateFlagBitsARM
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl BitXor for TensorViewCreateFlagBitsARM
impl BitXor for TensorViewCreateFlagBitsARM
Source§impl BitXorAssign for TensorViewCreateFlagBitsARM
impl BitXorAssign for TensorViewCreateFlagBitsARM
Source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
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§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