Trait inc_stats::DerefCopy[][src]

pub trait DerefCopy: Copy {
    type Output;
    fn deref_copy(self) -> Self::Output;
}

Associated Types

Loading content...

Required methods

fn deref_copy(self) -> Self::Output[src]

Loading content...

Implementations on Foreign Types

impl<T: Copy> DerefCopy for &T[src]

type Output = T

impl DerefCopy for f64[src]

type Output = Self

impl DerefCopy for f32[src]

type Output = Self

Loading content...

Implementors

Loading content...