Struct DML_TENSOR_FLAGS
#[repr(transparent)]pub struct DML_TENSOR_FLAGS(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl DML_TENSOR_FLAGS
impl DML_TENSOR_FLAGS
Trait Implementations§
§impl BitAnd for DML_TENSOR_FLAGS
impl BitAnd for DML_TENSOR_FLAGS
§impl BitAndAssign for DML_TENSOR_FLAGS
impl BitAndAssign for DML_TENSOR_FLAGS
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read more§impl BitOr for DML_TENSOR_FLAGS
impl BitOr for DML_TENSOR_FLAGS
§impl BitOrAssign for DML_TENSOR_FLAGS
impl BitOrAssign for DML_TENSOR_FLAGS
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read more§impl Clone for DML_TENSOR_FLAGS
impl Clone for DML_TENSOR_FLAGS
§fn clone(&self) -> DML_TENSOR_FLAGS
fn clone(&self) -> DML_TENSOR_FLAGS
Returns a copy 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 more§impl Debug for DML_TENSOR_FLAGS
impl Debug for DML_TENSOR_FLAGS
§impl Default for DML_TENSOR_FLAGS
impl Default for DML_TENSOR_FLAGS
§fn default() -> DML_TENSOR_FLAGS
fn default() -> DML_TENSOR_FLAGS
Returns the “default value” for a type. Read more
§impl Not for DML_TENSOR_FLAGS
impl Not for DML_TENSOR_FLAGS
§impl PartialEq for DML_TENSOR_FLAGS
impl PartialEq for DML_TENSOR_FLAGS
impl Copy for DML_TENSOR_FLAGS
impl Eq for DML_TENSOR_FLAGS
impl StructuralPartialEq for DML_TENSOR_FLAGS
Auto Trait Implementations§
impl Freeze for DML_TENSOR_FLAGS
impl RefUnwindSafe for DML_TENSOR_FLAGS
impl Send for DML_TENSOR_FLAGS
impl Sync for DML_TENSOR_FLAGS
impl Unpin for DML_TENSOR_FLAGS
impl UnwindSafe for DML_TENSOR_FLAGS
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