Struct volcasample_sys::SyroChannel[][src]

#[repr(C)]
pub struct SyroChannel { pub CycleSample: [i16; 16], pub LastPhase: c_int, pub Lpf_z: i32, }

Fields

Trait Implementations

impl Debug for SyroChannel
[src]

Formats the value using the given formatter. Read more

impl Copy for SyroChannel
[src]

impl Clone for SyroChannel
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for SyroChannel

impl Sync for SyroChannel