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_: i32dimensionCount: u32dimensions: *const u32scale: f32zeroPoint: i32Trait 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 more
sourceimpl 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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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