#[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: KSEVENTDATA
Position: u64
Trait 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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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