Struct windows_sys::Win32::Media::KernelStreaming::KSALLOCATOR_FRAMING
#[repr(C)]pub struct KSALLOCATOR_FRAMING {
pub Anonymous1: KSALLOCATOR_FRAMING_0,
pub PoolType: u32,
pub Frames: u32,
pub FrameSize: u32,
pub Anonymous2: KSALLOCATOR_FRAMING_1,
pub Reserved: u32,
}
Fields§
§Anonymous1: KSALLOCATOR_FRAMING_0
§PoolType: u32
§Frames: u32
§FrameSize: u32
§Anonymous2: KSALLOCATOR_FRAMING_1
§Reserved: u32
Trait Implementations§
§impl Clone for KSALLOCATOR_FRAMING
impl Clone for KSALLOCATOR_FRAMING
impl Copy for KSALLOCATOR_FRAMING
Auto Trait Implementations§
impl RefUnwindSafe for KSALLOCATOR_FRAMING
impl Send for KSALLOCATOR_FRAMING
impl Sync for KSALLOCATOR_FRAMING
impl Unpin for KSALLOCATOR_FRAMING
impl UnwindSafe for KSALLOCATOR_FRAMING
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