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