Struct pxl::Sample[][src]

#[repr(C)]
pub struct Sample { pub left: f32, pub right: f32, }

Fields

Trait Implementations

impl Copy for Sample
[src]

impl Clone for Sample
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Sample
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Sample

impl Sync for Sample