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