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