Struct WMDMRIGHTS
#[repr(C)]pub struct WMDMRIGHTS {
pub cbSize: u32,
pub dwContentType: u32,
pub fuFlags: u32,
pub fuRights: u32,
pub dwAppSec: u32,
pub dwPlaybackCount: u32,
pub ExpirationDate: WMDMDATETIME,
}Fields§
§cbSize: u32§dwContentType: u32§fuFlags: u32§fuRights: u32§dwAppSec: u32§dwPlaybackCount: u32§ExpirationDate: WMDMDATETIMETrait Implementations§
§impl Clone for WMDMRIGHTS
impl Clone for WMDMRIGHTS
§fn clone(&self) -> WMDMRIGHTS
fn clone(&self) -> WMDMRIGHTS
Returns a duplicate 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 Debug for WMDMRIGHTS
impl Debug for WMDMRIGHTS
§impl Default for WMDMRIGHTS
impl Default for WMDMRIGHTS
§fn default() -> WMDMRIGHTS
fn default() -> WMDMRIGHTS
Returns the “default value” for a type. Read more
§impl PartialEq for WMDMRIGHTS
impl PartialEq for WMDMRIGHTS
impl Copy for WMDMRIGHTS
impl StructuralPartialEq for WMDMRIGHTS
Auto Trait Implementations§
impl Freeze for WMDMRIGHTS
impl RefUnwindSafe for WMDMRIGHTS
impl Send for WMDMRIGHTS
impl Sync for WMDMRIGHTS
impl Unpin for WMDMRIGHTS
impl UnwindSafe for WMDMRIGHTS
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