Struct windows::Win32::Media::Audio::DirectMusic::DMUS_CLOCKINFO7
#[repr(C)]pub struct DMUS_CLOCKINFO7 {
pub dwSize: u32,
pub ctType: DMUS_CLOCKTYPE,
pub guidClock: GUID,
pub wszDescription: [u16; 128],
}
Fields§
§dwSize: u32
§ctType: DMUS_CLOCKTYPE
§guidClock: GUID
§wszDescription: [u16; 128]
Trait Implementations§
§impl Clone for DMUS_CLOCKINFO7
impl Clone for DMUS_CLOCKINFO7
§fn clone(&self) -> DMUS_CLOCKINFO7
fn clone(&self) -> DMUS_CLOCKINFO7
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 DMUS_CLOCKINFO7
impl Debug for DMUS_CLOCKINFO7
§impl Default for DMUS_CLOCKINFO7
impl Default for DMUS_CLOCKINFO7
§impl PartialEq for DMUS_CLOCKINFO7
impl PartialEq for DMUS_CLOCKINFO7
§fn eq(&self, other: &DMUS_CLOCKINFO7) -> bool
fn eq(&self, other: &DMUS_CLOCKINFO7) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DMUS_CLOCKINFO7
impl Eq for DMUS_CLOCKINFO7
impl StructuralPartialEq for DMUS_CLOCKINFO7
Auto Trait Implementations§
impl Freeze for DMUS_CLOCKINFO7
impl RefUnwindSafe for DMUS_CLOCKINFO7
impl Send for DMUS_CLOCKINFO7
impl Sync for DMUS_CLOCKINFO7
impl Unpin for DMUS_CLOCKINFO7
impl UnwindSafe for DMUS_CLOCKINFO7
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)