Skip to main content

Sample

Trait Sample 

Source
pub trait Sample:
    Float
    + Default
    + Send
    + Sync
    + 'static { }
Expand description

Float plus Default + Send + Sync + 'static for buffers and scratch.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl Sample for f32

Source§

impl Sample for f64

Implementors§