Struct windows_sys::Win32::Media::MediaFoundation::MFRR_COMPONENTS
[−]#[repr(C)]pub struct MFRR_COMPONENTS {
pub dwRRInfoVersion: u32,
pub dwRRComponents: u32,
pub pRRComponents: *mut MFRR_COMPONENT_HASH_INFO,
}
Expand description
Required features: "Win32_Media_MediaFoundation"
Fields
dwRRInfoVersion: u32
dwRRComponents: u32
pRRComponents: *mut MFRR_COMPONENT_HASH_INFO
Trait Implementations
impl Clone for MFRR_COMPONENTS
impl Clone for MFRR_COMPONENTS
impl Copy for MFRR_COMPONENTS
Auto Trait Implementations
impl RefUnwindSafe for MFRR_COMPONENTS
impl !Send for MFRR_COMPONENTS
impl !Sync for MFRR_COMPONENTS
impl Unpin for MFRR_COMPONENTS
impl UnwindSafe for MFRR_COMPONENTS
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