Struct windows_sys::Win32::Media::KernelStreaming::KSPROPERTY_TIMECODE_S
[−]#[repr(C)]pub struct KSPROPERTY_TIMECODE_S {
pub Property: KSIDENTIFIER,
pub TimecodeSamp: TIMECODE_SAMPLE,
}
Expand description
Required features: ‘Win32_Media_KernelStreaming’
Fields
Property: KSIDENTIFIER
TimecodeSamp: TIMECODE_SAMPLE
Trait Implementations
impl Clone for KSPROPERTY_TIMECODE_S
impl Clone for KSPROPERTY_TIMECODE_S
impl Copy for KSPROPERTY_TIMECODE_S
Auto Trait Implementations
impl RefUnwindSafe for KSPROPERTY_TIMECODE_S
impl Send for KSPROPERTY_TIMECODE_S
impl Sync for KSPROPERTY_TIMECODE_S
impl Unpin for KSPROPERTY_TIMECODE_S
impl UnwindSafe for KSPROPERTY_TIMECODE_S
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more