Struct windows_sys::Win32::Media::DirectShow::ChannelInfo_0_2
[−]Expand description
Required features: "Win32_Media_DirectShow"
Fields
lONID: i32
lTSID: i32
lSID: i32
Trait Implementations
impl Clone for ChannelInfo_0_2
impl Clone for ChannelInfo_0_2
impl Copy for ChannelInfo_0_2
Auto Trait Implementations
impl RefUnwindSafe for ChannelInfo_0_2
impl Send for ChannelInfo_0_2
impl Sync for ChannelInfo_0_2
impl Unpin for ChannelInfo_0_2
impl UnwindSafe for ChannelInfo_0_2
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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