Struct windows_sys::Win32::Media::DirectShow::AMVAInternalMemInfo
[−]#[repr(C)]pub struct AMVAInternalMemInfo {
pub dwScratchMemAlloc: u32,
}
Expand description
Required features: "Win32_Media_DirectShow"
Fields
dwScratchMemAlloc: u32
Trait Implementations
impl Clone for AMVAInternalMemInfo
impl Clone for AMVAInternalMemInfo
impl Copy for AMVAInternalMemInfo
Auto Trait Implementations
impl RefUnwindSafe for AMVAInternalMemInfo
impl Send for AMVAInternalMemInfo
impl Sync for AMVAInternalMemInfo
impl Unpin for AMVAInternalMemInfo
impl UnwindSafe for AMVAInternalMemInfo
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