Struct windows_sys::Win32::Media::DirectShow::RIFFLIST
[−]Expand description
Required features: "Win32_Media_DirectShow"
Fields
fcc: u32
cb: u32
fccListType: u32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RIFFLIST
impl Send for RIFFLIST
impl Sync for RIFFLIST
impl Unpin for RIFFLIST
impl UnwindSafe for RIFFLIST
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