Struct DVD_TitleAttributes
#[repr(C)]pub struct DVD_TitleAttributes {
pub Anonymous: DVD_TitleAttributes_0,
pub VideoAttributes: DVD_VideoAttributes,
pub ulNumberOfAudioStreams: u32,
pub AudioAttributes: [DVD_AudioAttributes; 8],
pub MultichannelAudioAttributes: [DVD_MultichannelAudioAttributes; 8],
pub ulNumberOfSubpictureStreams: u32,
pub SubpictureAttributes: [DVD_SubpictureAttributes; 32],
}
Fields§
§Anonymous: DVD_TitleAttributes_0
§VideoAttributes: DVD_VideoAttributes
§ulNumberOfAudioStreams: u32
§AudioAttributes: [DVD_AudioAttributes; 8]
§MultichannelAudioAttributes: [DVD_MultichannelAudioAttributes; 8]
§ulNumberOfSubpictureStreams: u32
§SubpictureAttributes: [DVD_SubpictureAttributes; 32]
Trait Implementations§
§impl Clone for DVD_TitleAttributes
impl Clone for DVD_TitleAttributes
§fn clone(&self) -> DVD_TitleAttributes
fn clone(&self) -> DVD_TitleAttributes
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 Default for DVD_TitleAttributes
impl Default for DVD_TitleAttributes
impl Copy for DVD_TitleAttributes
Auto Trait Implementations§
impl Freeze for DVD_TitleAttributes
impl RefUnwindSafe for DVD_TitleAttributes
impl Send for DVD_TitleAttributes
impl Sync for DVD_TitleAttributes
impl Unpin for DVD_TitleAttributes
impl UnwindSafe for DVD_TitleAttributes
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