[][src]Struct vorbis_sys::vorbis_block

#[repr(C)]pub struct vorbis_block {
    pub pcm: *mut *mut c_float,
    pub opb: oggpack_buffer,
    pub lW: c_long,
    pub W: c_long,
    pub nW: c_long,
    pub pcmend: c_int,
    pub mode: c_int,
    pub eofflag: c_int,
    pub granulepos: ogg_int64_t,
    pub sequence: ogg_int64_t,
    pub vd: *mut vorbis_dsp_state,
    pub localstore: *mut c_void,
    pub localtop: c_long,
    pub localalloc: c_long,
    pub totaluse: c_long,
    pub reap: *mut alloc_chain,
    pub glue_bits: c_long,
    pub time_bits: c_long,
    pub floor_bits: c_long,
    pub res_bits: c_long,
    pub internal: *mut c_void,
}

Fields

pcm: *mut *mut c_floatopb: oggpack_bufferlW: c_longW: c_longnW: c_longpcmend: c_intmode: c_inteofflag: c_intgranulepos: ogg_int64_tsequence: ogg_int64_tvd: *mut vorbis_dsp_statelocalstore: *mut c_voidlocaltop: c_longlocalalloc: c_longtotaluse: c_longreap: *mut alloc_chainglue_bits: c_longtime_bits: c_longfloor_bits: c_longres_bits: c_longinternal: *mut c_void

Auto Trait Implementations

Blanket Implementations

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

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

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

impl<T> From<T> for T[src]

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

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.