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