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