Struct 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],
}
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
§fn clone(&self) -> DVD_KaraokeAttributes
fn clone(&self) -> DVD_KaraokeAttributes
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_KaraokeAttributes
impl Debug for DVD_KaraokeAttributes
§impl Default for DVD_KaraokeAttributes
impl Default for DVD_KaraokeAttributes
§impl PartialEq for DVD_KaraokeAttributes
impl PartialEq for DVD_KaraokeAttributes
impl Copy for DVD_KaraokeAttributes
impl StructuralPartialEq for DVD_KaraokeAttributes
Auto Trait Implementations§
impl Freeze for DVD_KaraokeAttributes
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§
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