Struct OPM_SET_HDCP_SRM_PARAMETERS
#[repr(C, packed(1))]pub struct OPM_SET_HDCP_SRM_PARAMETERS {
pub ulSRMVersion: u32,
}
Fields§
§ulSRMVersion: u32
Trait Implementations§
§impl Clone for OPM_SET_HDCP_SRM_PARAMETERS
impl Clone for OPM_SET_HDCP_SRM_PARAMETERS
§fn clone(&self) -> OPM_SET_HDCP_SRM_PARAMETERS
fn clone(&self) -> OPM_SET_HDCP_SRM_PARAMETERS
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Default for OPM_SET_HDCP_SRM_PARAMETERS
impl Default for OPM_SET_HDCP_SRM_PARAMETERS
impl Copy for OPM_SET_HDCP_SRM_PARAMETERS
Auto Trait Implementations§
impl Freeze for OPM_SET_HDCP_SRM_PARAMETERS
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more