#[repr(C)]pub struct ANeuralNetworksSymmPerChannelQuantParams {
pub channelDim: u32,
pub scaleCount: u32,
pub scales: *const f32,
}
Fields§
§channelDim: u32
§scaleCount: u32
§scales: *const f32
Trait Implementations§
source§impl Clone for ANeuralNetworksSymmPerChannelQuantParams
impl Clone for ANeuralNetworksSymmPerChannelQuantParams
source§fn clone(&self) -> ANeuralNetworksSymmPerChannelQuantParams
fn clone(&self) -> ANeuralNetworksSymmPerChannelQuantParams
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 moreimpl Copy for ANeuralNetworksSymmPerChannelQuantParams
Auto Trait Implementations§
impl Freeze for ANeuralNetworksSymmPerChannelQuantParams
impl RefUnwindSafe for ANeuralNetworksSymmPerChannelQuantParams
impl !Send for ANeuralNetworksSymmPerChannelQuantParams
impl !Sync for ANeuralNetworksSymmPerChannelQuantParams
impl Unpin for ANeuralNetworksSymmPerChannelQuantParams
impl UnwindSafe for ANeuralNetworksSymmPerChannelQuantParams
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