Struct windows_sys::Win32::Media::Audio::DirectMusic::MIDILOCALE
[−]Expand description
Required features: "Win32_Media_Audio_DirectMusic"
Fields
ulBank: u32
ulInstrument: u32
Trait Implementations
impl Clone for MIDILOCALE
impl Clone for MIDILOCALE
impl Copy for MIDILOCALE
Auto Trait Implementations
impl RefUnwindSafe for MIDILOCALE
impl Send for MIDILOCALE
impl Sync for MIDILOCALE
impl Unpin for MIDILOCALE
impl UnwindSafe for MIDILOCALE
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