pub struct TensorViewCreateFlagsARM(/* private fields */);Expand description
Implementations§
Source§impl TensorViewCreateFlagsARM
impl TensorViewCreateFlagsARM
Source§impl TensorViewCreateFlagsARM
Generated from ‘VK_ARM_tensors’
impl TensorViewCreateFlagsARM
Generated from ‘VK_ARM_tensors’
pub const DESCRIPTOR_BUFFER_CAPTURE_REPLAY: Self
Trait Implementations§
Source§impl BitAnd for TensorViewCreateFlagsARM
impl BitAnd for TensorViewCreateFlagsARM
Source§impl BitAndAssign for TensorViewCreateFlagsARM
impl BitAndAssign for TensorViewCreateFlagsARM
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&= operation. Read moreSource§impl BitOr for TensorViewCreateFlagsARM
impl BitOr for TensorViewCreateFlagsARM
Source§impl BitOrAssign for TensorViewCreateFlagsARM
impl BitOrAssign for TensorViewCreateFlagsARM
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl BitXor for TensorViewCreateFlagsARM
impl BitXor for TensorViewCreateFlagsARM
Source§impl BitXorAssign for TensorViewCreateFlagsARM
impl BitXorAssign for TensorViewCreateFlagsARM
Source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^= operation. Read moreSource§impl Clone for TensorViewCreateFlagsARM
impl Clone for TensorViewCreateFlagsARM
Source§fn clone(&self) -> TensorViewCreateFlagsARM
fn clone(&self) -> TensorViewCreateFlagsARM
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 TensorViewCreateFlagsARM
Available on crate feature debug only.
impl Debug for TensorViewCreateFlagsARM
Available on crate feature
debug only.Source§impl Default for TensorViewCreateFlagsARM
impl Default for TensorViewCreateFlagsARM
Source§impl Hash for TensorViewCreateFlagsARM
impl Hash for TensorViewCreateFlagsARM
Source§impl Not for TensorViewCreateFlagsARM
impl Not for TensorViewCreateFlagsARM
Source§impl Ord for TensorViewCreateFlagsARM
impl Ord for TensorViewCreateFlagsARM
Source§fn cmp(&self, other: &TensorViewCreateFlagsARM) -> Ordering
fn cmp(&self, other: &TensorViewCreateFlagsARM) -> 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 TensorViewCreateFlagsARM
impl PartialEq for TensorViewCreateFlagsARM
Source§impl PartialOrd for TensorViewCreateFlagsARM
impl PartialOrd for TensorViewCreateFlagsARM
impl Copy for TensorViewCreateFlagsARM
impl Eq for TensorViewCreateFlagsARM
impl StructuralPartialEq for TensorViewCreateFlagsARM
Auto Trait Implementations§
impl Freeze for TensorViewCreateFlagsARM
impl RefUnwindSafe for TensorViewCreateFlagsARM
impl Send for TensorViewCreateFlagsARM
impl Sync for TensorViewCreateFlagsARM
impl Unpin for TensorViewCreateFlagsARM
impl UnwindSafe for TensorViewCreateFlagsARM
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