Struct windows_sys::Win32::Media::KernelStreaming::KSMULTIPLE_DATA_PROP
[−]#[repr(C)]pub struct KSMULTIPLE_DATA_PROP {
pub Property: KSIDENTIFIER,
pub MultipleItem: KSMULTIPLE_ITEM,
}
Expand description
Required features: "Win32_Media_KernelStreaming"
Fields
Property: KSIDENTIFIER
MultipleItem: KSMULTIPLE_ITEM
Trait Implementations
impl Clone for KSMULTIPLE_DATA_PROP
impl Clone for KSMULTIPLE_DATA_PROP
impl Copy for KSMULTIPLE_DATA_PROP
Auto Trait Implementations
impl RefUnwindSafe for KSMULTIPLE_DATA_PROP
impl Send for KSMULTIPLE_DATA_PROP
impl Sync for KSMULTIPLE_DATA_PROP
impl Unpin for KSMULTIPLE_DATA_PROP
impl UnwindSafe for KSMULTIPLE_DATA_PROP
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