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