Struct windows_sys::Win32::Media::DirectShow::TIMECODEDATA
[−]#[repr(C, packed(2))]pub struct TIMECODEDATA {
pub time: TIMECODE,
pub dwSMPTEflags: u32,
pub dwUser: u32,
}
Expand description
Required features: "Win32_Media_DirectShow"
Fields
time: TIMECODE
dwSMPTEflags: u32
dwUser: u32
Trait Implementations
impl Clone for TIMECODEDATA
impl Clone for TIMECODEDATA
impl Copy for TIMECODEDATA
Auto Trait Implementations
impl RefUnwindSafe for TIMECODEDATA
impl Send for TIMECODEDATA
impl Sync for TIMECODEDATA
impl Unpin for TIMECODEDATA
impl UnwindSafe for TIMECODEDATA
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