[][src]Struct sokol::audio::SAudioDesc

pub struct SAudioDesc {
    pub sample_rate: i32,
    pub num_channels: i32,
    pub buffer_frames: i32,
    pub packet_frames: i32,
    pub num_packets: i32,
    pub use_stream_cb: bool,
}

Fields

sample_rate: i32num_channels: i32buffer_frames: i32packet_frames: i32num_packets: i32use_stream_cb: bool

Trait Implementations

impl Default for SAudioDesc[src]

impl Debug for SAudioDesc[src]

Auto Trait Implementations

impl Send for SAudioDesc

impl Sync for SAudioDesc

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.