Trait vtx::player::PlayerSample[][src]

pub trait PlayerSample: Num {
    fn from_aym_sample(sample: impl AySample) -> Self;
}
Expand description

This trait is not meant to be implemented by the client code and it is subject to change

Required methods

Constructs self from f64 sample

Implementations on Foreign Types

Implementors