Struct DMUS_CLOCKINFO8
#[repr(C)]pub struct DMUS_CLOCKINFO8 {
pub dwSize: u32,
pub ctType: DMUS_CLOCKTYPE,
pub guidClock: GUID,
pub wszDescription: [u16; 128],
pub dwFlags: u32,
}
Fields§
§dwSize: u32
§ctType: DMUS_CLOCKTYPE
§guidClock: GUID
§wszDescription: [u16; 128]
§dwFlags: u32
Trait Implementations§
§impl Clone for DMUS_CLOCKINFO8
impl Clone for DMUS_CLOCKINFO8
§fn clone(&self) -> DMUS_CLOCKINFO8
fn clone(&self) -> DMUS_CLOCKINFO8
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_CLOCKINFO8
impl Debug for DMUS_CLOCKINFO8
§impl Default for DMUS_CLOCKINFO8
impl Default for DMUS_CLOCKINFO8
§impl PartialEq for DMUS_CLOCKINFO8
impl PartialEq for DMUS_CLOCKINFO8
impl Copy for DMUS_CLOCKINFO8
impl StructuralPartialEq for DMUS_CLOCKINFO8
Auto Trait Implementations§
impl Freeze for DMUS_CLOCKINFO8
impl RefUnwindSafe for DMUS_CLOCKINFO8
impl Send for DMUS_CLOCKINFO8
impl Sync for DMUS_CLOCKINFO8
impl Unpin for DMUS_CLOCKINFO8
impl UnwindSafe for DMUS_CLOCKINFO8
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