pub struct ThresholdDetections {
pub indices: Vec<usize>,
pub magnitudes: Vec<f32>,
pub rank: usize,
}Fields§
§indices: Vec<usize>§magnitudes: Vec<f32>§rank: usizeTrait Implementations§
Source§impl Clone for ThresholdDetections
impl Clone for ThresholdDetections
Source§fn clone(&self) -> ThresholdDetections
fn clone(&self) -> ThresholdDetections
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ThresholdDetections
impl Debug for ThresholdDetections
Source§impl PartialEq for ThresholdDetections
impl PartialEq for ThresholdDetections
impl StructuralPartialEq for ThresholdDetections
Auto Trait Implementations§
impl Freeze for ThresholdDetections
impl RefUnwindSafe for ThresholdDetections
impl Send for ThresholdDetections
impl Sync for ThresholdDetections
impl Unpin for ThresholdDetections
impl UnsafeUnpin for ThresholdDetections
impl UnwindSafe for ThresholdDetections
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