Struct ndk_sys::ANeuralNetworksOperandType
source · #[repr(C)]pub struct ANeuralNetworksOperandType {
pub type_: i32,
pub dimensionCount: u32,
pub dimensions: *const u32,
pub scale: f32,
pub zeroPoint: i32,
}
Fields
type_: i32
dimensionCount: u32
dimensions: *const u32
scale: f32
zeroPoint: i32
Trait Implementations
sourceimpl Clone for ANeuralNetworksOperandType
impl Clone for ANeuralNetworksOperandType
sourcefn clone(&self) -> ANeuralNetworksOperandType
fn clone(&self) -> ANeuralNetworksOperandType
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ANeuralNetworksOperandType
impl Debug for ANeuralNetworksOperandType
impl Copy for ANeuralNetworksOperandType
Auto Trait Implementations
impl RefUnwindSafe for ANeuralNetworksOperandType
impl !Send for ANeuralNetworksOperandType
impl !Sync for ANeuralNetworksOperandType
impl Unpin for ANeuralNetworksOperandType
impl UnwindSafe for ANeuralNetworksOperandType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more