Struct csfml_audio_sys::sfSoundStreamChunk [] [src]

#[repr(C)]
pub struct sfSoundStreamChunk { pub samples: *mut sfInt16, pub sampleCount: c_uint, }

Fields

Trait Implementations

impl Debug for sfSoundStreamChunk
[src]

Formats the value using the given formatter.

impl Copy for sfSoundStreamChunk
[src]

impl Clone for sfSoundStreamChunk
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more