Struct ogg_magic::ogg_vorbis_page::IVorbisMapping
source · pub struct IVorbisMapping {
pub submaps: u8,
pub coupling_steps: u8,
pub magnitude: Vec<u8>,
pub angle: Vec<u8>,
pub mux: Vec<u8>,
pub submap_floors: Vec<u8>,
pub submap_residues: Vec<u8>,
}Expand description
Represents a Vorbis mapping.
Fields§
§submaps: u8§coupling_steps: u8§magnitude: Vec<u8>§angle: Vec<u8>§mux: Vec<u8>§submap_floors: Vec<u8>§submap_residues: Vec<u8>Trait Implementations§
Auto Trait Implementations§
impl Freeze for IVorbisMapping
impl RefUnwindSafe for IVorbisMapping
impl Send for IVorbisMapping
impl Sync for IVorbisMapping
impl Unpin for IVorbisMapping
impl UnwindSafe for IVorbisMapping
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more