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