#[repr(C)]
pub struct pxtnPulse_PCM { pub _ch: i32, pub _sps: i32, pub _bps: i32, pub _smp_head: i32, pub _smp_body: i32, pub _smp_tail: i32, pub _p_smp: *mut u8, }

Fields

_ch: i32_sps: i32_bps: i32_smp_head: i32_smp_body: i32_smp_tail: i32_p_smp: *mut u8

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.