#[repr(C)]pub struct KSAUDIO_PRESENTATION_POSITION {
pub u64PositionInBlocks: u64,
pub u64QPCPosition: u64,
}Fields§
§u64PositionInBlocks: u64§u64QPCPosition: u64Trait Implementations§
§impl Clone for KSAUDIO_PRESENTATION_POSITION
impl Clone for KSAUDIO_PRESENTATION_POSITION
impl Copy for KSAUDIO_PRESENTATION_POSITION
Auto Trait Implementations§
impl RefUnwindSafe for KSAUDIO_PRESENTATION_POSITION
impl Send for KSAUDIO_PRESENTATION_POSITION
impl Sync for KSAUDIO_PRESENTATION_POSITION
impl Unpin for KSAUDIO_PRESENTATION_POSITION
impl UnwindSafe for KSAUDIO_PRESENTATION_POSITION
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