#[repr(C)]pub struct KSM_BDA_USERACTIVITY_USEREASON {
pub Method: KSIDENTIFIER,
pub ulUseReason: u32,
}
Expand description
Required features: "Win32_Media_DirectShow"
, "Win32_Media_KernelStreaming"
Fields
Method: KSIDENTIFIER
ulUseReason: u32
Trait Implementations
impl Clone for KSM_BDA_USERACTIVITY_USEREASON
impl Clone for KSM_BDA_USERACTIVITY_USEREASON
impl Copy for KSM_BDA_USERACTIVITY_USEREASON
Auto Trait Implementations
impl RefUnwindSafe for KSM_BDA_USERACTIVITY_USEREASON
impl Send for KSM_BDA_USERACTIVITY_USEREASON
impl Sync for KSM_BDA_USERACTIVITY_USEREASON
impl Unpin for KSM_BDA_USERACTIVITY_USEREASON
impl UnwindSafe for KSM_BDA_USERACTIVITY_USEREASON
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