#[repr(C, packed(1))]pub struct MMTIME_midi {
pub songptrpos: DWORD,
}
Fields§
§songptrpos: DWORD
Trait Implementations§
Source§impl Clone for MMTIME_midi
impl Clone for MMTIME_midi
Source§fn clone(&self) -> MMTIME_midi
fn clone(&self) -> MMTIME_midi
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 moreSource§impl Default for MMTIME_midi
impl Default for MMTIME_midi
Source§fn default() -> MMTIME_midi
fn default() -> MMTIME_midi
Returns the “default value” for a type. Read more
impl Copy for MMTIME_midi
Auto Trait Implementations§
impl Freeze for MMTIME_midi
impl RefUnwindSafe for MMTIME_midi
impl Send for MMTIME_midi
impl Sync for MMTIME_midi
impl Unpin for MMTIME_midi
impl UnwindSafe for MMTIME_midi
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