pub struct SDL_AudioCVT {
pub needed: c_int,
pub src_format: SDL_AudioFormat,
pub dst_format: SDL_AudioFormat,
pub rate_incr: c_double,
pub buf: *mut uint8_t,
pub len: c_int,
pub len_cvt: c_int,
pub len_mult: c_int,
pub len_ratio: c_double,
// some fields omitted
}
Fields
needed | |
src_format | |
dst_format | |
rate_incr | |
buf | |
len | |
len_cvt | |
len_mult | |
len_ratio | |
Trait Implementations
Derived Implementations
Keyboard shortcuts
- ?
- Show this help dialog
- S
- Focus the search field
- ⇤
- Move up in search results
- ⇥
- Move down in search results
- ⏎
- Go to active search result
Search tricks
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).
Search functions by type signature (e.g.
vec -> usize
)