Struct DVD_AudioAttributes
#[repr(C)]pub struct DVD_AudioAttributes {
pub AppMode: DVD_AUDIO_APPMODE,
pub AppModeData: u8,
pub AudioFormat: DVD_AUDIO_FORMAT,
pub Language: u32,
pub LanguageExtension: DVD_AUDIO_LANG_EXT,
pub fHasMultichannelInfo: BOOL,
pub dwFrequency: u32,
pub bQuantization: u8,
pub bNumberOfChannels: u8,
pub dwReserved: [u32; 2],
}
Fields§
§AppMode: DVD_AUDIO_APPMODE
§AppModeData: u8
§AudioFormat: DVD_AUDIO_FORMAT
§Language: u32
§LanguageExtension: DVD_AUDIO_LANG_EXT
§fHasMultichannelInfo: BOOL
§dwFrequency: u32
§bQuantization: u8
§bNumberOfChannels: u8
§dwReserved: [u32; 2]
Trait Implementations§
§impl Clone for DVD_AudioAttributes
impl Clone for DVD_AudioAttributes
§fn clone(&self) -> DVD_AudioAttributes
fn clone(&self) -> DVD_AudioAttributes
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for DVD_AudioAttributes
impl Debug for DVD_AudioAttributes
§impl Default for DVD_AudioAttributes
impl Default for DVD_AudioAttributes
§impl PartialEq for DVD_AudioAttributes
impl PartialEq for DVD_AudioAttributes
impl Copy for DVD_AudioAttributes
impl StructuralPartialEq for DVD_AudioAttributes
Auto Trait Implementations§
impl Freeze for DVD_AudioAttributes
impl RefUnwindSafe for DVD_AudioAttributes
impl Send for DVD_AudioAttributes
impl Sync for DVD_AudioAttributes
impl Unpin for DVD_AudioAttributes
impl UnwindSafe for DVD_AudioAttributes
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