Struct MFCLOCK_PROPERTIES
#[repr(C)]pub struct MFCLOCK_PROPERTIES {
pub qwCorrelationRate: u64,
pub guidClockId: GUID,
pub dwClockFlags: u32,
pub qwClockFrequency: u64,
pub dwClockTolerance: u32,
pub dwClockJitter: u32,
}Fields§
§qwCorrelationRate: u64§guidClockId: GUID§dwClockFlags: u32§qwClockFrequency: u64§dwClockTolerance: u32§dwClockJitter: u32Trait Implementations§
§impl Clone for MFCLOCK_PROPERTIES
impl Clone for MFCLOCK_PROPERTIES
§fn clone(&self) -> MFCLOCK_PROPERTIES
fn clone(&self) -> MFCLOCK_PROPERTIES
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 MFCLOCK_PROPERTIES
impl Debug for MFCLOCK_PROPERTIES
§impl Default for MFCLOCK_PROPERTIES
impl Default for MFCLOCK_PROPERTIES
§impl PartialEq for MFCLOCK_PROPERTIES
impl PartialEq for MFCLOCK_PROPERTIES
impl Copy for MFCLOCK_PROPERTIES
impl StructuralPartialEq for MFCLOCK_PROPERTIES
Auto Trait Implementations§
impl Freeze for MFCLOCK_PROPERTIES
impl RefUnwindSafe for MFCLOCK_PROPERTIES
impl Send for MFCLOCK_PROPERTIES
impl Sync for MFCLOCK_PROPERTIES
impl Unpin for MFCLOCK_PROPERTIES
impl UnwindSafe for MFCLOCK_PROPERTIES
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