#[repr(C)]pub struct KSPROPERTY_ALLOCATOR_CONTROL_CAPTURE_CAPS_S {
pub InterleavedCapSupported: u32,
}
Expand description
Required features: ‘Win32_Media_KernelStreaming’
Fields
InterleavedCapSupported: u32
Trait Implementations
impl Copy for KSPROPERTY_ALLOCATOR_CONTROL_CAPTURE_CAPS_S
Auto Trait Implementations
impl RefUnwindSafe for KSPROPERTY_ALLOCATOR_CONTROL_CAPTURE_CAPS_S
impl Send for KSPROPERTY_ALLOCATOR_CONTROL_CAPTURE_CAPS_S
impl Sync for KSPROPERTY_ALLOCATOR_CONTROL_CAPTURE_CAPS_S
impl Unpin for KSPROPERTY_ALLOCATOR_CONTROL_CAPTURE_CAPS_S
impl UnwindSafe for KSPROPERTY_ALLOCATOR_CONTROL_CAPTURE_CAPS_S
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