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
§fn clone(&self) -> KSALLOCATOR_FRAMING
fn clone(&self) -> KSALLOCATOR_FRAMING
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for KSALLOCATOR_FRAMING
Auto Trait Implementations§
impl Freeze for KSALLOCATOR_FRAMING
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)