Struct windows_sys::Win32::Media::DirectShow::ALLOCATOR_PROPERTIES
[−]#[repr(C)]pub struct ALLOCATOR_PROPERTIES {
pub cBuffers: i32,
pub cbBuffer: i32,
pub cbAlign: i32,
pub cbPrefix: i32,
}
Expand description
Required features: "Win32_Media_DirectShow"
Fields
cBuffers: i32
cbBuffer: i32
cbAlign: i32
cbPrefix: i32
Trait Implementations
impl Clone for ALLOCATOR_PROPERTIES
impl Clone for ALLOCATOR_PROPERTIES
impl Copy for ALLOCATOR_PROPERTIES
Auto Trait Implementations
impl RefUnwindSafe for ALLOCATOR_PROPERTIES
impl Send for ALLOCATOR_PROPERTIES
impl Sync for ALLOCATOR_PROPERTIES
impl Unpin for ALLOCATOR_PROPERTIES
impl UnwindSafe for ALLOCATOR_PROPERTIES
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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