Struct windows_sys::Win32::Media::KernelStreaming::KSMULTIPLE_ITEM
[−]Expand description
Required features: ‘Win32_Media_KernelStreaming’
Fields
Size: u32Count: u32Trait Implementations
impl Clone for KSMULTIPLE_ITEM
impl Clone for KSMULTIPLE_ITEM
impl Copy for KSMULTIPLE_ITEM
Auto Trait Implementations
impl RefUnwindSafe for KSMULTIPLE_ITEM
impl Send for KSMULTIPLE_ITEM
impl Sync for KSMULTIPLE_ITEM
impl Unpin for KSMULTIPLE_ITEM
impl UnwindSafe for KSMULTIPLE_ITEM
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more