Struct windows_sys::Win32::Data::RightsManagement::DRMBOUNDLICENSEPARAMS
#[repr(C)]pub struct DRMBOUNDLICENSEPARAMS {
pub uVersion: u32,
pub hEnablingPrincipal: u32,
pub hSecureStore: u32,
pub wszRightsRequested: PWSTR,
pub wszRightsGroup: PWSTR,
pub idResource: DRMID,
pub cAuthenticatorCount: u32,
pub rghAuthenticators: *mut u32,
pub wszDefaultEnablingPrincipalCredentials: PWSTR,
pub dwFlags: u32,
}
Fields§
§uVersion: u32
§hEnablingPrincipal: u32
§hSecureStore: u32
§wszRightsRequested: PWSTR
§wszRightsGroup: PWSTR
§idResource: DRMID
§cAuthenticatorCount: u32
§rghAuthenticators: *mut u32
§wszDefaultEnablingPrincipalCredentials: PWSTR
§dwFlags: u32
Trait Implementations§
§impl Clone for DRMBOUNDLICENSEPARAMS
impl Clone for DRMBOUNDLICENSEPARAMS
§fn clone(&self) -> DRMBOUNDLICENSEPARAMS
fn clone(&self) -> DRMBOUNDLICENSEPARAMS
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 moreimpl Copy for DRMBOUNDLICENSEPARAMS
Auto Trait Implementations§
impl Freeze for DRMBOUNDLICENSEPARAMS
impl RefUnwindSafe for DRMBOUNDLICENSEPARAMS
impl !Send for DRMBOUNDLICENSEPARAMS
impl !Sync for DRMBOUNDLICENSEPARAMS
impl Unpin for DRMBOUNDLICENSEPARAMS
impl UnwindSafe for DRMBOUNDLICENSEPARAMS
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)