[][src]Struct ngt_sys::NGTAnngEdgeOptimizationParameter

#[repr(C)]pub struct NGTAnngEdgeOptimizationParameter {
    pub no_of_queries: size_t,
    pub no_of_results: size_t,
    pub no_of_threads: size_t,
    pub target_accuracy: f32,
    pub target_no_of_objects: size_t,
    pub no_of_sample_objects: size_t,
    pub max_of_no_of_edges: size_t,
    pub log: bool,
}

Fields

no_of_queries: size_tno_of_results: size_tno_of_threads: size_ttarget_accuracy: f32target_no_of_objects: size_tno_of_sample_objects: size_tmax_of_no_of_edges: size_tlog: bool

Trait Implementations

impl Clone for NGTAnngEdgeOptimizationParameter[src]

impl Copy for NGTAnngEdgeOptimizationParameter[src]

impl Debug for NGTAnngEdgeOptimizationParameter[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.