Struct windows_sys::Win32::Media::DirectShow::DVD_KaraokeAttributes
[−]#[repr(C)]pub struct DVD_KaraokeAttributes {
pub bVersion: u8,
pub fMasterOfCeremoniesInGuideVocal1: BOOL,
pub fDuet: BOOL,
pub ChannelAssignment: DVD_KARAOKE_ASSIGNMENT,
pub wChannelContents: [u16; 8],
}
Expand description
Required features: "Win32_Media_DirectShow"
, "Win32_Foundation"
Fields
bVersion: u8
fMasterOfCeremoniesInGuideVocal1: BOOL
fDuet: BOOL
ChannelAssignment: DVD_KARAOKE_ASSIGNMENT
wChannelContents: [u16; 8]
Trait Implementations
impl Clone for DVD_KaraokeAttributes
impl Clone for DVD_KaraokeAttributes
impl Copy for DVD_KaraokeAttributes
Auto Trait Implementations
impl RefUnwindSafe for DVD_KaraokeAttributes
impl Send for DVD_KaraokeAttributes
impl Sync for DVD_KaraokeAttributes
impl Unpin for DVD_KaraokeAttributes
impl UnwindSafe for DVD_KaraokeAttributes
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more