#[repr(C, packed(1))]pub struct OPM_GET_CODEC_INFO_PARAMETERS {
pub cbVerifier: u32,
pub Verifier: [u8; 4052],
}
Expand description
Required features: "Win32_Media_MediaFoundation"
Fields
cbVerifier: u32
Verifier: [u8; 4052]
Trait Implementations
impl Clone for OPM_GET_CODEC_INFO_PARAMETERS
impl Clone for OPM_GET_CODEC_INFO_PARAMETERS
impl Copy for OPM_GET_CODEC_INFO_PARAMETERS
Auto Trait Implementations
impl RefUnwindSafe for OPM_GET_CODEC_INFO_PARAMETERS
impl Send for OPM_GET_CODEC_INFO_PARAMETERS
impl Sync for OPM_GET_CODEC_INFO_PARAMETERS
impl Unpin for OPM_GET_CODEC_INFO_PARAMETERS
impl UnwindSafe for OPM_GET_CODEC_INFO_PARAMETERS
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