Struct windows::Win32::Media::DirectShow::Tv::ChannelTypeInfo
#[repr(C)]pub struct ChannelTypeInfo {
pub channelType: ChannelType,
pub timeStamp: u64,
}
Fields§
§channelType: ChannelType
§timeStamp: u64
Trait Implementations§
§impl Clone for ChannelTypeInfo
impl Clone for ChannelTypeInfo
§fn clone(&self) -> ChannelTypeInfo
fn clone(&self) -> ChannelTypeInfo
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for ChannelTypeInfo
impl Debug for ChannelTypeInfo
§impl Default for ChannelTypeInfo
impl Default for ChannelTypeInfo
§impl PartialEq for ChannelTypeInfo
impl PartialEq for ChannelTypeInfo
§fn eq(&self, other: &ChannelTypeInfo) -> bool
fn eq(&self, other: &ChannelTypeInfo) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ChannelTypeInfo
impl Eq for ChannelTypeInfo
impl StructuralPartialEq for ChannelTypeInfo
Auto Trait Implementations§
impl Freeze for ChannelTypeInfo
impl RefUnwindSafe for ChannelTypeInfo
impl Send for ChannelTypeInfo
impl Sync for ChannelTypeInfo
impl Unpin for ChannelTypeInfo
impl UnwindSafe for ChannelTypeInfo
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)