Struct pxtone_sys::pxtnDelay[][src]

#[repr(C)]
pub struct pxtnDelay { pub _b_played: bool, pub _unit: DELAYUNIT, pub _group: i32, pub _rate: f32, pub _freq: f32, pub _smp_num: i32, pub _offset: i32, pub _bufs: [*mut i32; 2], pub _rate_s32: i32, }

Fields

_b_played: bool_unit: DELAYUNIT_group: i32_rate: f32_freq: f32_smp_num: i32_offset: i32_bufs: [*mut i32; 2]_rate_s32: i32

Implementations

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.