Struct windows_sys::Win32::Media::DirectShow::ProgramElement
[−]Expand description
Required features: "Win32_Media_DirectShow"
Fields
wProgramNumber: u16
wProgramMapPID: u16
Trait Implementations
impl Clone for ProgramElement
impl Clone for ProgramElement
impl Copy for ProgramElement
Auto Trait Implementations
impl RefUnwindSafe for ProgramElement
impl Send for ProgramElement
impl Sync for ProgramElement
impl Unpin for ProgramElement
impl UnwindSafe for ProgramElement
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