Struct soundio_sys::SoundIoChannelArea [−][src]
Expand description
The size of this struct is OK to use.
Fields
ptr: *mut c_charBase address of buffer.
step: c_intHow many bytes it takes to get from the beginning of one sample to the beginning of the next sample.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SoundIoChannelArea
impl !Send for SoundIoChannelArea
impl !Sync for SoundIoChannelArea
impl Unpin for SoundIoChannelArea
impl UnwindSafe for SoundIoChannelArea
Blanket Implementations
Mutably borrows from an owned value. Read more
