#[repr(C, packed(1))]pub struct OPM_COPP_COMPATIBLE_GET_INFO_PARAMETERS {
pub rnRandomNumber: OPM_RANDOM_NUMBER,
pub guidInformation: GUID,
pub ulSequenceNumber: u32,
pub cbParametersSize: u32,
pub abParameters: [u8; 4056],
}
Expand description
Required features: "Win32_Media_MediaFoundation"
Fields
rnRandomNumber: OPM_RANDOM_NUMBER
guidInformation: GUID
ulSequenceNumber: u32
cbParametersSize: u32
abParameters: [u8; 4056]
Trait Implementations
impl Copy for OPM_COPP_COMPATIBLE_GET_INFO_PARAMETERS
Auto Trait Implementations
impl RefUnwindSafe for OPM_COPP_COMPATIBLE_GET_INFO_PARAMETERS
impl Send for OPM_COPP_COMPATIBLE_GET_INFO_PARAMETERS
impl Sync for OPM_COPP_COMPATIBLE_GET_INFO_PARAMETERS
impl Unpin for OPM_COPP_COMPATIBLE_GET_INFO_PARAMETERS
impl UnwindSafe for OPM_COPP_COMPATIBLE_GET_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