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§
source§impl Clone for ANeuralNetworksOperandType
impl Clone for ANeuralNetworksOperandType
source§fn clone(&self) -> ANeuralNetworksOperandType
fn clone(&self) -> ANeuralNetworksOperandType
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 ANeuralNetworksOperandType
impl Debug for ANeuralNetworksOperandType
impl Copy for ANeuralNetworksOperandType
Auto Trait Implementations§
impl Freeze for ANeuralNetworksOperandType
impl RefUnwindSafe for ANeuralNetworksOperandType
impl !Send for ANeuralNetworksOperandType
impl !Sync for ANeuralNetworksOperandType
impl Unpin for ANeuralNetworksOperandType
impl UnwindSafe for ANeuralNetworksOperandType
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