vorbis_block

Struct vorbis_block 

Source
#[repr(C)]
pub struct vorbis_block {
Show 21 fields 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_float§opb: oggpack_buffer§lW: c_long§W: c_long§nW: c_long§pcmend: c_int§mode: c_int§eofflag: c_int§granulepos: ogg_int64_t§sequence: ogg_int64_t§vd: *mut vorbis_dsp_state§localstore: *mut c_void§localtop: c_long§localalloc: c_long§totaluse: c_long§reap: *mut alloc_chain§glue_bits: c_long§time_bits: c_long§floor_bits: c_long§res_bits: c_long§internal: *mut c_void

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

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

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.