Struct ogg_magic::ogg_vorbis_page::IVorbisMode
source · pub struct IVorbisMode {
pub blockflag: bool,
pub windowtype: u16,
pub transformtype: u16,
pub mapping: u8,
}Expand description
Represents a Vorbis mode.
Fields§
§blockflag: bool§windowtype: u16§transformtype: u16§mapping: u8Trait Implementations§
Auto Trait Implementations§
impl Freeze for IVorbisMode
impl RefUnwindSafe for IVorbisMode
impl Send for IVorbisMode
impl Sync for IVorbisMode
impl Unpin for IVorbisMode
impl UnwindSafe for IVorbisMode
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