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