[][src]Struct grandma::plugins::distributions::GrandmaDirichlet

pub struct GrandmaDirichlet {}

Zero sized type that can be passed around. Equivilant to ()

Trait Implementations

impl Clone for GrandmaDirichlet[src]

impl Debug for GrandmaDirichlet[src]

impl<D: PointCloud> GrandmaPlugin<D> for GrandmaDirichlet[src]

Parent trait that make this all work. Ideally this should be included in the TreePlugin but rust doesn't like it.

type NodeComponent = Dirichlet

The node component of this plugin, these are attached to each node recursively when the plug in is attached to the tree.

type TreeComponent = DirichletTree

This should largely be an object that manages the parameters of the plugin.

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, U> Cast<U> for T where
    U: FromCast<T>, 

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

impl<T> FromCast<T> for T

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.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,