Struct windows_sys::Win32::Media::DirectShow::ChannelInfo
[−]#[repr(C)]pub struct ChannelInfo {
pub lFrequency: i32,
pub Anonymous: ChannelInfo_0,
}
Expand description
Required features: ‘Win32_Media_DirectShow’
Fields
lFrequency: i32
Anonymous: ChannelInfo_0
Trait Implementations
impl Clone for ChannelInfo
impl Clone for ChannelInfo
impl Copy for ChannelInfo
Auto Trait Implementations
impl RefUnwindSafe for ChannelInfo
impl Send for ChannelInfo
impl Sync for ChannelInfo
impl Unpin for ChannelInfo
impl UnwindSafe for ChannelInfo
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