Struct KSAUDIO_PRESENTATION_POSITION
#[repr(C)]pub struct KSAUDIO_PRESENTATION_POSITION {
pub u64PositionInBlocks: u64,
pub u64QPCPosition: u64,
}
Fields§
§u64PositionInBlocks: u64
§u64QPCPosition: u64
Trait Implementations§
§impl Clone for KSAUDIO_PRESENTATION_POSITION
impl Clone for KSAUDIO_PRESENTATION_POSITION
§fn clone(&self) -> KSAUDIO_PRESENTATION_POSITION
fn clone(&self) -> KSAUDIO_PRESENTATION_POSITION
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 moreimpl Copy for KSAUDIO_PRESENTATION_POSITION
Auto Trait Implementations§
impl Freeze for KSAUDIO_PRESENTATION_POSITION
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