#[repr(C)]pub struct KSSTREAMALLOCATOR_STATUS_EX {
pub Framing: KSALLOCATOR_FRAMING_EX,
pub AllocatedFrames: u32,
pub Reserved: u32,
}
Fields§
§Framing: KSALLOCATOR_FRAMING_EX
§AllocatedFrames: u32
§Reserved: u32
Trait Implementations§
§impl Clone for KSSTREAMALLOCATOR_STATUS_EX
impl Clone for KSSTREAMALLOCATOR_STATUS_EX
impl Copy for KSSTREAMALLOCATOR_STATUS_EX
Auto Trait Implementations§
impl RefUnwindSafe for KSSTREAMALLOCATOR_STATUS_EX
impl Send for KSSTREAMALLOCATOR_STATUS_EX
impl Sync for KSSTREAMALLOCATOR_STATUS_EX
impl Unpin for KSSTREAMALLOCATOR_STATUS_EX
impl UnwindSafe for KSSTREAMALLOCATOR_STATUS_EX
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more