#[repr(transparent)]pub struct OperandCode(pub c_uint);
Tuple Fields§
§0: c_uint
Implementations§
Source§impl OperandCode
impl OperandCode
pub const ANEURALNETWORKS_FLOAT32: OperandCode
Source§impl OperandCode
impl OperandCode
pub const ANEURALNETWORKS_INT32: OperandCode
Source§impl OperandCode
impl OperandCode
pub const ANEURALNETWORKS_UINT32: OperandCode
Source§impl OperandCode
impl OperandCode
pub const ANEURALNETWORKS_TENSOR_FLOAT32: OperandCode
Source§impl OperandCode
impl OperandCode
pub const ANEURALNETWORKS_TENSOR_INT32: OperandCode
Source§impl OperandCode
impl OperandCode
pub const ANEURALNETWORKS_BOOL: OperandCode
Source§impl OperandCode
impl OperandCode
pub const ANEURALNETWORKS_TENSOR_FLOAT16: OperandCode
Source§impl OperandCode
impl OperandCode
pub const ANEURALNETWORKS_TENSOR_BOOL8: OperandCode
Source§impl OperandCode
impl OperandCode
pub const ANEURALNETWORKS_FLOAT16: OperandCode
Source§impl OperandCode
impl OperandCode
pub const ANEURALNETWORKS_MODEL: OperandCode
Trait Implementations§
Source§impl Clone for OperandCode
impl Clone for OperandCode
Source§fn clone(&self) -> OperandCode
fn clone(&self) -> OperandCode
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 moreSource§impl Debug for OperandCode
impl Debug for OperandCode
Source§impl Hash for OperandCode
impl Hash for OperandCode
Source§impl PartialEq for OperandCode
impl PartialEq for OperandCode
impl Copy for OperandCode
impl Eq for OperandCode
impl StructuralPartialEq for OperandCode
Auto Trait Implementations§
impl Freeze for OperandCode
impl RefUnwindSafe for OperandCode
impl Send for OperandCode
impl Sync for OperandCode
impl Unpin for OperandCode
impl UnwindSafe for OperandCode
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