Struct MIDILOCALE
#[repr(C)]pub struct MIDILOCALE {
pub ulBank: u32,
pub ulInstrument: u32,
}
Fields§
§ulBank: u32
§ulInstrument: u32
Trait Implementations§
§impl Clone for MIDILOCALE
impl Clone for MIDILOCALE
§fn clone(&self) -> MIDILOCALE
fn clone(&self) -> MIDILOCALE
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 MIDILOCALE
impl Debug for MIDILOCALE
§impl PartialEq for MIDILOCALE
impl PartialEq for MIDILOCALE
impl Copy for MIDILOCALE
impl StructuralPartialEq for MIDILOCALE
Auto Trait Implementations§
impl Freeze for MIDILOCALE
impl RefUnwindSafe for MIDILOCALE
impl Send for MIDILOCALE
impl Sync for MIDILOCALE
impl Unpin for MIDILOCALE
impl UnwindSafe for MIDILOCALE
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