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