Struct windows_sys::Win32::Media::KernelStreaming::TRANSPORTVIDEOPARMS
[−]Expand description
Required features: ‘Win32_Media_KernelStreaming’
Fields
OutputMode: i32
Input: i32
Trait Implementations
impl Clone for TRANSPORTVIDEOPARMS
impl Clone for TRANSPORTVIDEOPARMS
impl Copy for TRANSPORTVIDEOPARMS
Auto Trait Implementations
impl RefUnwindSafe for TRANSPORTVIDEOPARMS
impl Send for TRANSPORTVIDEOPARMS
impl Sync for TRANSPORTVIDEOPARMS
impl Unpin for TRANSPORTVIDEOPARMS
impl UnwindSafe for TRANSPORTVIDEOPARMS
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