Struct audiostream::synth::Null
[-]
[+]
[src]
pub struct Null<F> { // some fields omitted }
Pure silence.
pub struct Null<F> { // some fields omitted }
Pure silence.
impl<F: Sample> Null<F>
impl<F: Sample> MonoSource for Null<F>
type Output = F
fn next<'a>(&'a mut self) -> Option<&'a mut [F]>
fn adapt(self) -> MonoAdapter<Self::Output, Self>
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).