#[repr(C)]pub struct LOOPEDSTREAMING_POSITION_EVENT_DATA {
pub KsEventData: KSEVENTDATA,
pub Position: u64,
}Expand description
Required features: "Win32_Media_KernelStreaming", "Win32_Foundation"
Fields
KsEventData: KSEVENTDATAPosition: u64Trait Implementations
impl Clone for LOOPEDSTREAMING_POSITION_EVENT_DATA
impl Clone for LOOPEDSTREAMING_POSITION_EVENT_DATA
impl Copy for LOOPEDSTREAMING_POSITION_EVENT_DATA
Auto Trait Implementations
impl RefUnwindSafe for LOOPEDSTREAMING_POSITION_EVENT_DATA
impl !Send for LOOPEDSTREAMING_POSITION_EVENT_DATA
impl !Sync for LOOPEDSTREAMING_POSITION_EVENT_DATA
impl Unpin for LOOPEDSTREAMING_POSITION_EVENT_DATA
impl UnwindSafe for LOOPEDSTREAMING_POSITION_EVENT_DATA
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more