Struct windows_sys::Win32::Media::DirectShow::ChannelTypeInfo
[−]#[repr(C)]pub struct ChannelTypeInfo {
pub channelType: ChannelType,
pub timeStamp: u64,
}
Expand description
Required features: "Win32_Media_DirectShow"
Fields
channelType: ChannelType
timeStamp: u64
Trait Implementations
impl Clone for ChannelTypeInfo
impl Clone for ChannelTypeInfo
impl Copy for ChannelTypeInfo
Auto Trait Implementations
impl RefUnwindSafe for ChannelTypeInfo
impl Send for ChannelTypeInfo
impl Sync for ChannelTypeInfo
impl Unpin for ChannelTypeInfo
impl UnwindSafe for ChannelTypeInfo
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